Class CreateFeatureRequest.Builder (1.42.0)

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

Request message for the GkeHub.CreateFeature method.

Protobuf type google.cloud.gkehub.v1alpha.CreateFeatureRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateFeatureRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public CreateFeatureRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateFeatureRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

clearParent()

public CreateFeatureRequest.Builder clearParent()

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

string parent = 1;

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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

clearResource()

public CreateFeatureRequest.Builder clearResource()

The Feature resource to create.

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

Returns
Type Description
CreateFeatureRequest.Builder

clone()

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

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()

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

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

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

string parent = 1;

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 [(.google.api.field_behavior) = OPTIONAL];

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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for requestId.

getResource()

public Feature getResource()

The Feature resource to create.

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

Returns
Type Description
Feature

The resource.

getResourceBuilder()

public Feature.Builder getResourceBuilder()

The Feature resource to create.

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

Returns
Type Description
Feature.Builder

getResourceOrBuilder()

public FeatureOrBuilder getResourceOrBuilder()

The Feature resource to create.

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

Returns
Type Description
FeatureOrBuilder

hasResource()

public boolean hasResource()

The Feature resource to create.

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

Returns
Type Description
boolean

Whether the resource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.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.v1alpha.Feature resource = 3;

Parameter
Name Description
value Feature
Returns
Type Description
CreateFeatureRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateFeatureRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

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.

setField(Descriptors.FieldDescriptor field, Object value)

public CreateFeatureRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

setParent(String value)

public CreateFeatureRequest.Builder setParent(String value)

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

string parent = 1;

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)

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

string parent = 1;

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateFeatureRequest.Builder

This builder for chaining.

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

public CreateFeatureRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CreateFeatureRequest.Builder
Overrides

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 [(.google.api.field_behavior) = OPTIONAL];

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 [(.google.api.field_behavior) = OPTIONAL];

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.v1alpha.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.v1alpha.Feature resource = 3;

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

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateFeatureRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateFeatureRequest.Builder
Overrides