public interface GetIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getIndexId()
The resource ID of the index to get.
|
com.google.protobuf.ByteString |
getIndexIdBytes()
The resource ID of the index to get.
|
String |
getProjectId()
Project ID against which to make the request.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID against which to make the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectId()
Project ID against which to make the request.
string project_id = 1;
com.google.protobuf.ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
String getIndexId()
The resource ID of the index to get.
string index_id = 3;
com.google.protobuf.ByteString getIndexIdBytes()
The resource ID of the index to get.
string index_id = 3;
Copyright © 2023 Google LLC. All rights reserved.