Send feedback
Class EkmConnection.ServiceResolver (2.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.32.0 keyboard_arrow_down
public static final class EkmConnection . ServiceResolver extends GeneratedMessageV3 implements EkmConnection . ServiceResolverOrBuilder
A ServiceResolver
represents an EKM replica that can be reached within an
EkmConnection .
Protobuf type google.cloud.kms.v1.EkmConnection.ServiceResolver
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ENDPOINT_FILTER_FIELD_NUMBER
public static final int ENDPOINT_FILTER_FIELD_NUMBER
Field Value Type Description int
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
Field Value Type Description int
SERVER_CERTIFICATES_FIELD_NUMBER
public static final int SERVER_CERTIFICATES_FIELD_NUMBER
Field Value Type Description int
SERVICE_DIRECTORY_SERVICE_FIELD_NUMBER
public static final int SERVICE_DIRECTORY_SERVICE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static EkmConnection . ServiceResolver getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static EkmConnection . ServiceResolver . Builder newBuilder ()
newBuilder(EkmConnection.ServiceResolver prototype)
public static EkmConnection . ServiceResolver . Builder newBuilder ( EkmConnection . ServiceResolver prototype )
public static EkmConnection . ServiceResolver parseDelimitedFrom ( InputStream input )
public static EkmConnection . ServiceResolver parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static EkmConnection . ServiceResolver parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection . ServiceResolver parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static EkmConnection . ServiceResolver parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection . ServiceResolver parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static EkmConnection . ServiceResolver parseFrom ( CodedInputStream input )
public static EkmConnection . ServiceResolver parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static EkmConnection . ServiceResolver parseFrom ( InputStream input )
public static EkmConnection . ServiceResolver parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static EkmConnection . ServiceResolver parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection . ServiceResolver parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<EkmConnection . ServiceResolver > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public EkmConnection . ServiceResolver getDefaultInstanceForType ()
getEndpointFilter()
public String getEndpointFilter ()
Returns Type Description String
The endpointFilter.
getEndpointFilterBytes()
public ByteString getEndpointFilterBytes ()
Returns Type Description ByteString
The bytes for endpointFilter.
getHostname()
public String getHostname ()
Required. The hostname of the EKM replica used at TLS and HTTP layers.
string hostname = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The hostname.
getHostnameBytes()
public ByteString getHostnameBytes ()
Required. The hostname of the EKM replica used at TLS and HTTP layers.
string hostname = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for hostname.
getParserForType()
public Parser<EkmConnection . ServiceResolver > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getServerCertificates(int index)
public Certificate getServerCertificates ( int index )
Required. A list of leaf server certificates used to authenticate HTTPS
connections to the EKM replica. Currently, a maximum of 10
Certificate is supported.
repeated .google.cloud.kms.v1.Certificate server_certificates = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description index
int
getServerCertificatesCount()
public int getServerCertificatesCount ()
Required. A list of leaf server certificates used to authenticate HTTPS
connections to the EKM replica. Currently, a maximum of 10
Certificate is supported.
repeated .google.cloud.kms.v1.Certificate server_certificates = 4 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description int
getServerCertificatesList()
public List<Certificate> getServerCertificatesList ()
Required. A list of leaf server certificates used to authenticate HTTPS
connections to the EKM replica. Currently, a maximum of 10
Certificate is supported.
repeated .google.cloud.kms.v1.Certificate server_certificates = 4 [(.google.api.field_behavior) = REQUIRED];
getServerCertificatesOrBuilder(int index)
public CertificateOrBuilder getServerCertificatesOrBuilder ( int index )
Required. A list of leaf server certificates used to authenticate HTTPS
connections to the EKM replica. Currently, a maximum of 10
Certificate is supported.
repeated .google.cloud.kms.v1.Certificate server_certificates = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description index
int
getServerCertificatesOrBuilderList()
public List <? extends CertificateOrBuilder > getServerCertificatesOrBuilderList ()
Required. A list of leaf server certificates used to authenticate HTTPS
connections to the EKM replica. Currently, a maximum of 10
Certificate is supported.
repeated .google.cloud.kms.v1.Certificate server_certificates = 4 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description List <? extends com.google.cloud.kms.v1.CertificateOrBuilder >
getServiceDirectoryService()
public String getServiceDirectoryService ()
Required. The resource name of the Service Directory service pointing to
an EKM replica, in the format
projects/*/locations/*/namespaces/*/services/*
.
string service_directory_service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The serviceDirectoryService.
getServiceDirectoryServiceBytes()
public ByteString getServiceDirectoryServiceBytes ()
Required. The resource name of the Service Directory service pointing to
an EKM replica, in the format
projects/*/locations/*/namespaces/*/services/*
.
string service_directory_service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for serviceDirectoryService.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public EkmConnection . ServiceResolver . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EkmConnection . ServiceResolver . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public EkmConnection . ServiceResolver . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-28 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-28 UTC."],[],[]]