Package com.google.cloud.gkehub.v1
Class CreateFeatureRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
- com.google.cloud.gkehub.v1.CreateFeatureRequest.Builder
-
- All Implemented Interfaces:
CreateFeatureRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- CreateFeatureRequest
public static final class CreateFeatureRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder> implements CreateFeatureRequestOrBuilder
Request message for the `GkeHub.CreateFeature` method.
Protobuf typegoogle.cloud.gkehub.v1.CreateFeatureRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFeatureRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CreateFeatureRequestbuild()CreateFeatureRequestbuildPartial()CreateFeatureRequest.Builderclear()CreateFeatureRequest.BuilderclearFeatureId()The ID of the feature to create.CreateFeatureRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CreateFeatureRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CreateFeatureRequest.BuilderclearParent()Required.CreateFeatureRequest.BuilderclearRequestId()Optional.CreateFeatureRequest.BuilderclearResource()The Feature resource to create.CreateFeatureRequest.Builderclone()CreateFeatureRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFeatureId()The ID of the feature to create.com.google.protobuf.ByteStringgetFeatureIdBytes()The ID of the feature to create.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.StringgetRequestId()Optional.com.google.protobuf.ByteStringgetRequestIdBytes()Optional.FeaturegetResource()The Feature resource to create.Feature.BuildergetResourceBuilder()The Feature resource to create.FeatureOrBuildergetResourceOrBuilder()The Feature resource to create.booleanhasResource()The Feature resource to create.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CreateFeatureRequest.BuildermergeFrom(CreateFeatureRequest other)CreateFeatureRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CreateFeatureRequest.BuildermergeFrom(com.google.protobuf.Message other)CreateFeatureRequest.BuildermergeResource(Feature value)The Feature resource to create.CreateFeatureRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CreateFeatureRequest.BuildersetFeatureId(String value)The ID of the feature to create.CreateFeatureRequest.BuildersetFeatureIdBytes(com.google.protobuf.ByteString value)The ID of the feature to create.CreateFeatureRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CreateFeatureRequest.BuildersetParent(String value)Required.CreateFeatureRequest.BuildersetParentBytes(com.google.protobuf.ByteString value)Required.CreateFeatureRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CreateFeatureRequest.BuildersetRequestId(String value)Optional.CreateFeatureRequest.BuildersetRequestIdBytes(com.google.protobuf.ByteString value)Optional.CreateFeatureRequest.BuildersetResource(Feature value)The Feature resource to create.CreateFeatureRequest.BuildersetResource(Feature.Builder builderForValue)The Feature resource to create.CreateFeatureRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clear
public CreateFeatureRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
getDefaultInstanceForType
public CreateFeatureRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CreateFeatureRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CreateFeatureRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CreateFeatureRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
setField
public CreateFeatureRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clearField
public CreateFeatureRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clearOneof
public CreateFeatureRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
setRepeatedField
public CreateFeatureRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
addRepeatedField
public CreateFeatureRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
mergeFrom
public CreateFeatureRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CreateFeatureRequest.Builder>
-
mergeFrom
public CreateFeatureRequest.Builder mergeFrom(CreateFeatureRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
mergeFrom
public CreateFeatureRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CreateFeatureRequest.Builder>- Throws:
IOException
-
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) = { ... }- Specified by:
getParentin interfaceCreateFeatureRequestOrBuilder- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.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) = { ... }- Specified by:
getParentBytesin interfaceCreateFeatureRequestOrBuilder- Returns:
- The bytes for parent.
-
setParent
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) = { ... }- Parameters:
value- The parent to set.- Returns:
- 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:
- This builder for chaining.
-
setParentBytes
public CreateFeatureRequest.Builder setParentBytes(com.google.protobuf.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) = { ... }- Parameters:
value- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getFeatureId
public String getFeatureId()
The ID of the feature to create.
string feature_id = 2;- Specified by:
getFeatureIdin interfaceCreateFeatureRequestOrBuilder- Returns:
- The featureId.
-
getFeatureIdBytes
public com.google.protobuf.ByteString getFeatureIdBytes()
The ID of the feature to create.
string feature_id = 2;- Specified by:
getFeatureIdBytesin interfaceCreateFeatureRequestOrBuilder- Returns:
- The bytes for featureId.
-
setFeatureId
public CreateFeatureRequest.Builder setFeatureId(String value)
The ID of the feature to create.
string feature_id = 2;- Parameters:
value- The featureId to set.- Returns:
- This builder for chaining.
-
clearFeatureId
public CreateFeatureRequest.Builder clearFeatureId()
The ID of the feature to create.
string feature_id = 2;- Returns:
- This builder for chaining.
-
setFeatureIdBytes
public CreateFeatureRequest.Builder setFeatureIdBytes(com.google.protobuf.ByteString value)
The ID of the feature to create.
string feature_id = 2;- Parameters:
value- The bytes for featureId to set.- Returns:
- This builder for chaining.
-
hasResource
public boolean hasResource()
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;- Specified by:
hasResourcein interfaceCreateFeatureRequestOrBuilder- Returns:
- Whether the resource field is set.
-
getResource
public Feature getResource()
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;- Specified by:
getResourcein interfaceCreateFeatureRequestOrBuilder- Returns:
- The resource.
-
setResource
public CreateFeatureRequest.Builder setResource(Feature value)
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;
-
setResource
public CreateFeatureRequest.Builder setResource(Feature.Builder builderForValue)
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;
-
mergeResource
public CreateFeatureRequest.Builder mergeResource(Feature value)
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;
-
clearResource
public CreateFeatureRequest.Builder clearResource()
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;
-
getResourceBuilder
public Feature.Builder getResourceBuilder()
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;
-
getResourceOrBuilder
public FeatureOrBuilder getResourceOrBuilder()
The Feature resource to create.
.google.cloud.gkehub.v1.Feature resource = 3;- Specified by:
getResourceOrBuilderin interfaceCreateFeatureRequestOrBuilder
-
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;- Specified by:
getRequestIdin interfaceCreateFeatureRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.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;- Specified by:
getRequestIdBytesin interfaceCreateFeatureRequestOrBuilder- Returns:
- The bytes for requestId.
-
setRequestId
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;- Parameters:
value- The requestId to set.- Returns:
- 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:
- This builder for chaining.
-
setRequestIdBytes
public CreateFeatureRequest.Builder setRequestIdBytes(com.google.protobuf.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;- Parameters:
value- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CreateFeatureRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
mergeUnknownFields
public final CreateFeatureRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
-