public static final class StopRuntimeRequest.Builder extends GeneratedMessageV3.Builder<StopRuntimeRequest.Builder> implements StopRuntimeRequestOrBuilder
Request for stopping a Managed Notebook Runtime.
Protobuf type google.cloud.notebooks.v1.StopRuntimeRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StopRuntimeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public StopRuntimeRequest build()
buildPartial()
public StopRuntimeRequest buildPartial()
clear()
public StopRuntimeRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public StopRuntimeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public StopRuntimeRequest.Builder clearName()
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public StopRuntimeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRequestId()
public StopRuntimeRequest.Builder clearRequestId()
Idempotent request UUID.
string request_id = 2;
clone()
public StopRuntimeRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public StopRuntimeRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getName()
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getRequestId()
public String getRequestId()
Idempotent request UUID.
string request_id = 2;
Returns |
---|
Type | Description |
String | The requestId.
|
getRequestIdBytes()
public ByteString getRequestIdBytes()
Idempotent request UUID.
string request_id = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for requestId.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(StopRuntimeRequest other)
public StopRuntimeRequest.Builder mergeFrom(StopRuntimeRequest other)
public StopRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StopRuntimeRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StopRuntimeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public StopRuntimeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public StopRuntimeRequest.Builder setName(String value)
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public StopRuntimeRequest.Builder setNameBytes(ByteString value)
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StopRuntimeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRequestId(String value)
public StopRuntimeRequest.Builder setRequestId(String value)
Idempotent request UUID.
string request_id = 2;
Parameter |
---|
Name | Description |
value | String
The requestId to set.
|
setRequestIdBytes(ByteString value)
public StopRuntimeRequest.Builder setRequestIdBytes(ByteString value)
Idempotent request UUID.
string request_id = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for requestId to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final StopRuntimeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides