Class CreateFeatureRequest.Builder (1.83.0)

public static final class CreateFeatureRequest.Builder extends GeneratedMessage.Builder<CreateFeatureRequest.Builder> implements CreateFeatureRequestOrBuilder

Request message for the GkeHub.CreateFeature method.

Protobuf type google.cloud.gkehub.v1.CreateFeatureRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateFeatureRequest build()
Returns
Type Description
CreateFeatureRequest

buildPartial()

public CreateFeatureRequest buildPartial()
Returns
Type Description
CreateFeatureRequest

clear()

public CreateFeatureRequest.Builder clear()
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

clearFeatureId()

public CreateFeatureRequest.Builder clearFeatureId()

The ID of the feature to create.

string feature_id = 2;

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

clearParent()

public CreateFeatureRequest.Builder clearParent()

Required. The parent (project and location) where the Feature will be created. Specified in the format projects/*/locations/*.

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

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

clearRequestId()

public CreateFeatureRequest.Builder clearRequestId()

Optional. A 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 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 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
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

clearResource()

public CreateFeatureRequest.Builder clearResource()

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Returns
Type Description
CreateFeatureRequest.Builder

getDefaultInstanceForType()

public CreateFeatureRequest getDefaultInstanceForType()
Returns
Type Description
CreateFeatureRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatureId()

public String getFeatureId()

The ID of the feature to create.

string feature_id = 2;

Returns
Type Description
String

The featureId.

getFeatureIdBytes()

public ByteString getFeatureIdBytes()

The ID of the feature to create.

string feature_id = 2;

Returns
Type Description
ByteString

The bytes for featureId.

getParent()

public String getParent()

Required. The parent (project and location) where the Feature will be created. Specified in the format projects/*/locations/*.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent (project and location) where the Feature will be created. Specified in the format projects/*/locations/*.

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

Returns
Type Description
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

Optional. A 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 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 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
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A 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 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 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
Type Description
ByteString

The bytes for requestId.

getResource()

public Feature getResource()

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Returns
Type Description
Feature

The resource.

getResourceBuilder()

public Feature.Builder getResourceBuilder()

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Returns
Type Description
Feature.Builder

getResourceOrBuilder()

public FeatureOrBuilder getResourceOrBuilder()

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Returns
Type Description
FeatureOrBuilder

hasResource()

public boolean hasResource()

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Returns
Type Description
boolean

Whether the resource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateFeatureRequest other)

public CreateFeatureRequest.Builder mergeFrom(CreateFeatureRequest other)
Parameter
Name Description
other CreateFeatureRequest
Returns
Type Description
CreateFeatureRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateFeatureRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateFeatureRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateFeatureRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

mergeResource(Feature value)

public CreateFeatureRequest.Builder mergeResource(Feature value)

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Parameter
Name Description
value Feature
Returns
Type Description
CreateFeatureRequest.Builder

setFeatureId(String value)

public CreateFeatureRequest.Builder setFeatureId(String value)

The ID of the feature to create.

string feature_id = 2;

Parameter
Name Description
value String

The featureId to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setFeatureIdBytes(ByteString value)

public CreateFeatureRequest.Builder setFeatureIdBytes(ByteString value)

The ID of the feature to create.

string feature_id = 2;

Parameter
Name Description
value ByteString

The bytes for featureId to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setParent(String value)

public CreateFeatureRequest.Builder setParent(String value)

Required. The parent (project and location) where the Feature will be created. Specified in the format projects/*/locations/*.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateFeatureRequest.Builder setParentBytes(ByteString value)

Required. The parent (project and location) where the Feature will be created. Specified in the format projects/*/locations/*.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setRequestId(String value)

public CreateFeatureRequest.Builder setRequestId(String value)

Optional. A 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 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 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
Name Description
value String

The requestId to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateFeatureRequest.Builder setRequestIdBytes(ByteString value)

Optional. A 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 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 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
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

setResource(Feature value)

public CreateFeatureRequest.Builder setResource(Feature value)

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Parameter
Name Description
value Feature
Returns
Type Description
CreateFeatureRequest.Builder

setResource(Feature.Builder builderForValue)

public CreateFeatureRequest.Builder setResource(Feature.Builder builderForValue)

The Feature resource to create.

.google.cloud.gkehub.v1.Feature resource = 3;

Parameter
Name Description
builderForValue Feature.Builder
Returns
Type Description
CreateFeatureRequest.Builder