Send feedback
Class DeployIndexRequest.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.1.0 keyboard_arrow_down
public static final class DeployIndexRequest . Builder extends GeneratedMessageV3 . Builder<DeployIndexRequest . Builder > implements DeployIndexRequestOrBuilder
Request message for DeployIndex.
Protobuf type google.cloud.visionai.v1.DeployIndexRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeployIndexRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DeployIndexRequest build ()
buildPartial()
public DeployIndexRequest buildPartial ()
clear()
public DeployIndexRequest . Builder clear ()
Overrides
clearDeployedIndex()
public DeployIndexRequest . Builder clearDeployedIndex ()
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public DeployIndexRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearIndexEndpoint()
public DeployIndexRequest . Builder clearIndexEndpoint ()
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeployIndexRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public DeployIndexRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public DeployIndexRequest getDefaultInstanceForType ()
getDeployedIndex()
public DeployedIndex getDeployedIndex ()
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
getDeployedIndexBuilder()
public DeployedIndex . Builder getDeployedIndexBuilder ()
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
getDeployedIndexOrBuilder()
public DeployedIndexOrBuilder getDeployedIndexOrBuilder ()
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getIndexEndpoint()
public String getIndexEndpoint ()
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The indexEndpoint.
getIndexEndpointBytes()
public ByteString getIndexEndpointBytes ()
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for indexEndpoint.
hasDeployedIndex()
public boolean hasDeployedIndex ()
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the deployedIndex field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeDeployedIndex(DeployedIndex value)
public DeployIndexRequest . Builder mergeDeployedIndex ( DeployedIndex value )
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(DeployIndexRequest other)
public DeployIndexRequest . Builder mergeFrom ( DeployIndexRequest other )
public DeployIndexRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DeployIndexRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeployIndexRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDeployedIndex(DeployedIndex value)
public DeployIndexRequest . Builder setDeployedIndex ( DeployedIndex value )
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
setDeployedIndex(DeployedIndex.Builder builderForValue)
public DeployIndexRequest . Builder setDeployedIndex ( DeployedIndex . Builder builderForValue )
Required. Index to deploy.
.google.cloud.visionai.v1.DeployedIndex deployed_index = 3 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public DeployIndexRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setIndexEndpoint(String value)
public DeployIndexRequest . Builder setIndexEndpoint ( String value )
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The indexEndpoint to set.
setIndexEndpointBytes(ByteString value)
public DeployIndexRequest . Builder setIndexEndpointBytes ( ByteString value )
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for indexEndpoint to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeployIndexRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeployIndexRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]