Class CreateSpokeRequest.Builder (1.0.0)

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

The request for HubService.CreateSpoke.

Protobuf type google.cloud.networkconnectivity.v1.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 resource.

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. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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. The initial values for a new spoke.

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

Returns
TypeDescription
CreateSpokeRequest.Builder

clearSpokeId()

public CreateSpokeRequest.Builder clearSpokeId()

Required. Unique id for the spoke to create.

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

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 resource.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

Optional. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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. The initial values for a new spoke.

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

Returns
TypeDescription
Spoke

The spoke.

getSpokeBuilder()

public Spoke.Builder getSpokeBuilder()

Required. The initial values for a new spoke.

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

Returns
TypeDescription
Spoke.Builder

getSpokeId()

public String getSpokeId()

Required. Unique id for the spoke to create.

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

Returns
TypeDescription
String

The spokeId.

getSpokeIdBytes()

public ByteString getSpokeIdBytes()

Required. Unique id for the spoke to create.

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

Returns
TypeDescription
ByteString

The bytes for spokeId.

getSpokeOrBuilder()

public SpokeOrBuilder getSpokeOrBuilder()

Required. The initial values for a new spoke.

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

Returns
TypeDescription
SpokeOrBuilder

hasSpoke()

public boolean hasSpoke()

Required. The initial values for a new spoke.

.google.cloud.networkconnectivity.v1.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. The initial values for a new spoke.

.google.cloud.networkconnectivity.v1.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 resource.

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 resource.

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. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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. The initial values for a new spoke.

.google.cloud.networkconnectivity.v1.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. The initial values for a new spoke.

.google.cloud.networkconnectivity.v1.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)

Required. Unique id for the spoke to create.

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

Parameter
NameDescription
valueString

The spokeId to set.

Returns
TypeDescription
CreateSpokeRequest.Builder

This builder for chaining.

setSpokeIdBytes(ByteString value)

public CreateSpokeRequest.Builder setSpokeIdBytes(ByteString value)

Required. Unique id for the spoke to create.

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

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