Class CreateEndpointRequest.Builder (1.10.0)

public static final class CreateEndpointRequest.Builder extends GeneratedMessageV3.Builder<CreateEndpointRequest.Builder> implements CreateEndpointRequestOrBuilder

Protobuf type google.cloud.ids.v1.CreateEndpointRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateEndpointRequest build()
Returns
TypeDescription
CreateEndpointRequest

buildPartial()

public CreateEndpointRequest buildPartial()
Returns
TypeDescription
CreateEndpointRequest

clear()

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

clearEndpoint()

public CreateEndpointRequest.Builder clearEndpoint()

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateEndpointRequest.Builder

clearEndpointId()

public CreateEndpointRequest.Builder clearEndpointId()

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

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

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public CreateEndpointRequest.Builder clearParent()

Required. The endpoint's parent.

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

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

clearRequestId()

public CreateEndpointRequest.Builder clearRequestId()

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;

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public CreateEndpointRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateEndpointRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEndpoint()

public Endpoint getEndpoint()

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Endpoint

The endpoint.

getEndpointBuilder()

public Endpoint.Builder getEndpointBuilder()

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Endpoint.Builder

getEndpointId()

public String getEndpointId()

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

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

Returns
TypeDescription
String

The endpointId.

getEndpointIdBytes()

public ByteString getEndpointIdBytes()

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

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

Returns
TypeDescription
ByteString

The bytes for endpointId.

getEndpointOrBuilder()

public EndpointOrBuilder getEndpointOrBuilder()

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EndpointOrBuilder

getParent()

public String getParent()

Required. The endpoint's parent.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The endpoint's parent.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

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;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

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;

Returns
TypeDescription
ByteString

The bytes for requestId.

hasEndpoint()

public boolean hasEndpoint()

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the endpoint field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeEndpoint(Endpoint value)

public CreateEndpointRequest.Builder mergeEndpoint(Endpoint value)

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueEndpoint
Returns
TypeDescription
CreateEndpointRequest.Builder

mergeFrom(CreateEndpointRequest other)

public CreateEndpointRequest.Builder mergeFrom(CreateEndpointRequest other)
Parameter
NameDescription
otherCreateEndpointRequest
Returns
TypeDescription
CreateEndpointRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setEndpoint(Endpoint value)

public CreateEndpointRequest.Builder setEndpoint(Endpoint value)

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueEndpoint
Returns
TypeDescription
CreateEndpointRequest.Builder

setEndpoint(Endpoint.Builder builderForValue)

public CreateEndpointRequest.Builder setEndpoint(Endpoint.Builder builderForValue)

Required. The endpoint to create.

.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueEndpoint.Builder
Returns
TypeDescription
CreateEndpointRequest.Builder

setEndpointId(String value)

public CreateEndpointRequest.Builder setEndpointId(String value)

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

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

Parameter
NameDescription
valueString

The endpointId to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

setEndpointIdBytes(ByteString value)

public CreateEndpointRequest.Builder setEndpointIdBytes(ByteString value)

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

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

Parameter
NameDescription
valueByteString

The bytes for endpointId to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setParent(String value)

public CreateEndpointRequest.Builder setParent(String value)

Required. The endpoint's parent.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateEndpointRequest.Builder setParentBytes(ByteString value)

Required. The endpoint's parent.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

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

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

setRequestId(String value)

public CreateEndpointRequest.Builder setRequestId(String value)

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;

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateEndpointRequest.Builder setRequestIdBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateEndpointRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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