Interface Ops.SecretEnvOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.SecretEnv
,Ops.SecretEnv.Builder
- Enclosing class:
Ops
public static interface Ops.SecretEnvOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getID
-
getIDBytes
com.google.protobuf.ByteString getIDBytes()string ID = 1;
- Returns:
- The bytes for iD.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;
- Returns:
- The bytes for name.
-
getOptional
boolean getOptional()bool optional = 3;
- Returns:
- The optional.
-