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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateFeatureRequest
build()
CreateFeatureRequest
buildPartial()
CreateFeatureRequest.Builder
clear()
CreateFeatureRequest.Builder
clearFeatureId()
The ID of the feature to create.CreateFeatureRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CreateFeatureRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CreateFeatureRequest.Builder
clearParent()
Required.CreateFeatureRequest.Builder
clearRequestId()
Optional.CreateFeatureRequest.Builder
clearResource()
The Feature resource to create.CreateFeatureRequest.Builder
clone()
CreateFeatureRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFeatureId()
The ID of the feature to create.com.google.protobuf.ByteString
getFeatureIdBytes()
The ID of the feature to create.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.String
getRequestId()
Optional.com.google.protobuf.ByteString
getRequestIdBytes()
Optional.Feature
getResource()
The Feature resource to create.Feature.Builder
getResourceBuilder()
The Feature resource to create.FeatureOrBuilder
getResourceOrBuilder()
The Feature resource to create.boolean
hasResource()
The Feature resource to create.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
CreateFeatureRequest.Builder
mergeFrom(CreateFeatureRequest other)
CreateFeatureRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CreateFeatureRequest.Builder
mergeFrom(com.google.protobuf.Message other)
CreateFeatureRequest.Builder
mergeResource(Feature value)
The Feature resource to create.CreateFeatureRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CreateFeatureRequest.Builder
setFeatureId(String value)
The ID of the feature to create.CreateFeatureRequest.Builder
setFeatureIdBytes(com.google.protobuf.ByteString value)
The ID of the feature to create.CreateFeatureRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateFeatureRequest.Builder
setParent(String value)
Required.CreateFeatureRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.CreateFeatureRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
CreateFeatureRequest.Builder
setRequestId(String value)
Optional.CreateFeatureRequest.Builder
setRequestIdBytes(com.google.protobuf.ByteString value)
Optional.CreateFeatureRequest.Builder
setResource(Feature value)
The Feature resource to create.CreateFeatureRequest.Builder
setResource(Feature.Builder builderForValue)
The Feature resource to create.CreateFeatureRequest.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clear
public CreateFeatureRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
getDefaultInstanceForType
public CreateFeatureRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CreateFeatureRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CreateFeatureRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CreateFeatureRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
setField
public CreateFeatureRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clearField
public CreateFeatureRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
clearOneof
public CreateFeatureRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
setRepeatedField
public CreateFeatureRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
addRepeatedField
public CreateFeatureRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
mergeFrom
public CreateFeatureRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CreateFeatureRequest.Builder>
-
mergeFrom
public CreateFeatureRequest.Builder mergeFrom(CreateFeatureRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getParent
in 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:
getParentBytes
in 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:
getFeatureId
in interfaceCreateFeatureRequestOrBuilder
- Returns:
- The featureId.
-
getFeatureIdBytes
public com.google.protobuf.ByteString getFeatureIdBytes()
The ID of the feature to create.
string feature_id = 2;
- Specified by:
getFeatureIdBytes
in 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:
hasResource
in 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:
getResource
in 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:
getResourceOrBuilder
in 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:
getRequestId
in 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:
getRequestIdBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
mergeUnknownFields
public final CreateFeatureRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateFeatureRequest.Builder>
-
-