- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.1.11
public static final class StartEnvironmentMetadata.Builder extends GeneratedMessageV3.Builder<StartEnvironmentMetadata.Builder> implements StartEnvironmentMetadataOrBuilder
Message included in the metadata field of operations returned from StartEnvironment.
Protobuf type google.cloud.shell.v1.StartEnvironmentMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StartEnvironmentMetadata.BuilderImplements
StartEnvironmentMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StartEnvironmentMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
StartEnvironmentMetadata.Builder |
build()
public StartEnvironmentMetadata build()
Type | Description |
StartEnvironmentMetadata |
buildPartial()
public StartEnvironmentMetadata buildPartial()
Type | Description |
StartEnvironmentMetadata |
clear()
public StartEnvironmentMetadata.Builder clear()
Type | Description |
StartEnvironmentMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public StartEnvironmentMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
StartEnvironmentMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StartEnvironmentMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
StartEnvironmentMetadata.Builder |
clearState()
public StartEnvironmentMetadata.Builder clearState()
Current state of the environment being started.
.google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
Type | Description |
StartEnvironmentMetadata.Builder | This builder for chaining. |
clone()
public StartEnvironmentMetadata.Builder clone()
Type | Description |
StartEnvironmentMetadata.Builder |
getDefaultInstanceForType()
public StartEnvironmentMetadata getDefaultInstanceForType()
Type | Description |
StartEnvironmentMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getState()
public StartEnvironmentMetadata.State getState()
Current state of the environment being started.
.google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
Type | Description |
StartEnvironmentMetadata.State | The state. |
getStateValue()
public int getStateValue()
Current state of the environment being started.
.google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
Type | Description |
int | The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(StartEnvironmentMetadata other)
public StartEnvironmentMetadata.Builder mergeFrom(StartEnvironmentMetadata other)
Name | Description |
other | StartEnvironmentMetadata |
Type | Description |
StartEnvironmentMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StartEnvironmentMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StartEnvironmentMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public StartEnvironmentMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
StartEnvironmentMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StartEnvironmentMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
StartEnvironmentMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StartEnvironmentMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
StartEnvironmentMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StartEnvironmentMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
StartEnvironmentMetadata.Builder |
setState(StartEnvironmentMetadata.State value)
public StartEnvironmentMetadata.Builder setState(StartEnvironmentMetadata.State value)
Current state of the environment being started.
.google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
Name | Description |
value | StartEnvironmentMetadata.State The state to set. |
Type | Description |
StartEnvironmentMetadata.Builder | This builder for chaining. |
setStateValue(int value)
public StartEnvironmentMetadata.Builder setStateValue(int value)
Current state of the environment being started.
.google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
StartEnvironmentMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StartEnvironmentMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
StartEnvironmentMetadata.Builder |