public final class ListCmekConfigsResponse extends GeneratedMessage implements ListCmekConfigsResponseOrBuilderResponse message for CmekConfigService.ListCmekConfigs method.
Protobuf type google.cloud.discoveryengine.v1.ListCmekConfigsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListCmekConfigsResponseImplements
ListCmekConfigsResponseOrBuilderStatic Fields
CMEK_CONFIGS_FIELD_NUMBER
public static final int CMEK_CONFIGS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListCmekConfigsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListCmekConfigsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse.Builder |
|
newBuilder(ListCmekConfigsResponse prototype)
public static ListCmekConfigsResponse.Builder newBuilder(ListCmekConfigsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListCmekConfigsResponse |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListCmekConfigsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListCmekConfigsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListCmekConfigsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListCmekConfigsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListCmekConfigsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListCmekConfigsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListCmekConfigsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListCmekConfigsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListCmekConfigsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCmekConfigs(int index)
public CmekConfig getCmekConfigs(int index)All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CmekConfig |
|
getCmekConfigsCount()
public int getCmekConfigsCount()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCmekConfigsList()
public List<CmekConfig> getCmekConfigsList()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<CmekConfig> |
|
getCmekConfigsOrBuilder(int index)
public CmekConfigOrBuilder getCmekConfigsOrBuilder(int index)All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CmekConfigOrBuilder |
|
getCmekConfigsOrBuilderList()
public List<? extends CmekConfigOrBuilder> getCmekConfigsOrBuilderList()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.CmekConfigOrBuilder> |
|
getDefaultInstanceForType()
public ListCmekConfigsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse |
|
getParserForType()
public Parser<ListCmekConfigsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListCmekConfigsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListCmekConfigsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListCmekConfigsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse.Builder |
|
toBuilder()
public ListCmekConfigsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListCmekConfigsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|