- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
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.v1beta.CreateFeatureRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateFeatureRequest.BuilderImplements
CreateFeatureRequestOrBuilderStatic 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 |
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 |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateFeatureRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CreateFeatureRequest.Builder |
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.v1beta.Feature resource = 3;
Returns | |
---|---|
Type | Description |
CreateFeatureRequest.Builder |
clone()
public CreateFeatureRequest.Builder clone()
Returns | |
---|---|
Type | Description |
CreateFeatureRequest.Builder |
getDefaultInstanceForType()
public CreateFeatureRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CreateFeatureRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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.v1beta.Feature resource = 3;
Returns | |
---|---|
Type | Description |
Feature |
The resource. |
getResourceBuilder()
public Feature.Builder getResourceBuilder()
The Feature resource to create.
.google.cloud.gkehub.v1beta.Feature resource = 3;
Returns | |
---|---|
Type | Description |
Feature.Builder |
getResourceOrBuilder()
public FeatureOrBuilder getResourceOrBuilder()
The Feature resource to create.
.google.cloud.gkehub.v1beta.Feature resource = 3;
Returns | |
---|---|
Type | Description |
FeatureOrBuilder |
hasResource()
public boolean hasResource()
The Feature resource to create.
.google.cloud.gkehub.v1beta.Feature resource = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CreateFeatureRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CreateFeatureRequest.Builder |
mergeResource(Feature value)
public CreateFeatureRequest.Builder mergeResource(Feature value)
The Feature resource to create.
.google.cloud.gkehub.v1beta.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 |
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 |
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 |
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.v1beta.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.v1beta.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 |