Class CreateSpokeRequest.Builder (1.2.1)

public static final class CreateSpokeRequest.Builder extends GeneratedMessageV3.Builder<CreateSpokeRequest.Builder> implements CreateSpokeRequestOrBuilder

The request for HubService.CreateSpoke.

Protobuf type google.cloud.networkconnectivity.v1alpha1.CreateSpokeRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateSpokeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

build()

public CreateSpokeRequest build()
Returns
TypeDescription
CreateSpokeRequest

buildPartial()

public CreateSpokeRequest buildPartial()
Returns
TypeDescription
CreateSpokeRequest

clear()

public CreateSpokeRequest.Builder clear()
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreateSpokeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateSpokeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

clearParent()

public CreateSpokeRequest.Builder clearParent()

Required. The parent's resource name of the Spoke.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

clearRequestId()

public CreateSpokeRequest.Builder clearRequestId()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

clearSpoke()

public CreateSpokeRequest.Builder clearSpoke()

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateSpokeRequest.Builder

clearSpokeId()

public CreateSpokeRequest.Builder clearSpokeId()

Optional. Unique id for the Spoke to create.

string spoke_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

clone()

public CreateSpokeRequest.Builder clone()
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateSpokeRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateSpokeRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent's resource name of the Spoke.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent's resource name of the Spoke.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

getSpoke()

public Spoke getSpoke()

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Spoke

The spoke.

getSpokeBuilder()

public Spoke.Builder getSpokeBuilder()

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Spoke.Builder

getSpokeId()

public String getSpokeId()

Optional. Unique id for the Spoke to create.

string spoke_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The spokeId.

getSpokeIdBytes()

public ByteString getSpokeIdBytes()

Optional. Unique id for the Spoke to create.

string spoke_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for spokeId.

getSpokeOrBuilder()

public SpokeOrBuilder getSpokeOrBuilder()

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SpokeOrBuilder

hasSpoke()

public boolean hasSpoke()

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the spoke field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateSpokeRequest other)

public CreateSpokeRequest.Builder mergeFrom(CreateSpokeRequest other)
Parameter
NameDescription
otherCreateSpokeRequest
Returns
TypeDescription
CreateSpokeRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateSpokeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateSpokeRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

mergeSpoke(Spoke value)

public CreateSpokeRequest.Builder mergeSpoke(Spoke value)

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSpoke
Returns
TypeDescription
CreateSpokeRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateSpokeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateSpokeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

setParent(String value)

public CreateSpokeRequest.Builder setParent(String value)

Required. The parent's resource name of the Spoke.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSpokeRequest.Builder setParentBytes(ByteString value)

Required. The parent's resource name of the Spoke.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateSpokeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides

setRequestId(String value)

public CreateSpokeRequest.Builder setRequestId(String value)

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateSpokeRequest.Builder setRequestIdBytes(ByteString value)

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setSpoke(Spoke value)

public CreateSpokeRequest.Builder setSpoke(Spoke value)

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSpoke
Returns
TypeDescription
CreateSpokeRequest.Builder

setSpoke(Spoke.Builder builderForValue)

public CreateSpokeRequest.Builder setSpoke(Spoke.Builder builderForValue)

Required. Initial values for a new Hub.

.google.cloud.networkconnectivity.v1alpha1.Spoke spoke = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueSpoke.Builder
Returns
TypeDescription
CreateSpokeRequest.Builder

setSpokeId(String value)

public CreateSpokeRequest.Builder setSpokeId(String value)

Optional. Unique id for the Spoke to create.

string spoke_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The spokeId to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setSpokeIdBytes(ByteString value)

public CreateSpokeRequest.Builder setSpokeIdBytes(ByteString value)

Optional. Unique id for the Spoke to create.

string spoke_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for spokeId to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateSpokeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateSpokeRequest.Builder
Overrides