Interface EkmConnectionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EkmConnection, EkmConnection.Builder

    public interface EkmConnectionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The resource name for the
         [EkmConnection][google.cloud.kms.v1.EkmConnection] in the format
         `projects/*/locations/*/ekmConnections/*`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name for the
         [EkmConnection][google.cloud.kms.v1.EkmConnection] in the format
         `projects/*/locations/*/ekmConnections/*`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • hasCreateTime

        boolean hasCreateTime()
         Output only. The time at which the
         [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. The time at which the
         [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time at which the
         [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getServiceResolversList

        List<EkmConnection.ServiceResolver> getServiceResolversList()
         A list of
         [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where
         the EKM can be reached. There should be one ServiceResolver per EKM
         replica. Currently, only a single
         [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is
         supported.
         
        repeated .google.cloud.kms.v1.EkmConnection.ServiceResolver service_resolvers = 3;
      • getServiceResolvers

        EkmConnection.ServiceResolver getServiceResolvers​(int index)
         A list of
         [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where
         the EKM can be reached. There should be one ServiceResolver per EKM
         replica. Currently, only a single
         [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is
         supported.
         
        repeated .google.cloud.kms.v1.EkmConnection.ServiceResolver service_resolvers = 3;
      • getServiceResolversCount

        int getServiceResolversCount()
         A list of
         [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where
         the EKM can be reached. There should be one ServiceResolver per EKM
         replica. Currently, only a single
         [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is
         supported.
         
        repeated .google.cloud.kms.v1.EkmConnection.ServiceResolver service_resolvers = 3;
      • getServiceResolversOrBuilderList

        List<? extends EkmConnection.ServiceResolverOrBuilder> getServiceResolversOrBuilderList()
         A list of
         [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where
         the EKM can be reached. There should be one ServiceResolver per EKM
         replica. Currently, only a single
         [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is
         supported.
         
        repeated .google.cloud.kms.v1.EkmConnection.ServiceResolver service_resolvers = 3;
      • getServiceResolversOrBuilder

        EkmConnection.ServiceResolverOrBuilder getServiceResolversOrBuilder​(int index)
         A list of
         [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where
         the EKM can be reached. There should be one ServiceResolver per EKM
         replica. Currently, only a single
         [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is
         supported.
         
        repeated .google.cloud.kms.v1.EkmConnection.ServiceResolver service_resolvers = 3;
      • getEtag

        String getEtag()
         Optional. Etag of the currently stored
         [EkmConnection][google.cloud.kms.v1.EkmConnection].
         
        string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
         Optional. Etag of the currently stored
         [EkmConnection][google.cloud.kms.v1.EkmConnection].
         
        string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for etag.
      • getKeyManagementModeValue

        int getKeyManagementModeValue()
         Optional. Describes who can perform control plane operations on the EKM. If
         unset, this defaults to
         [MANUAL][google.cloud.kms.v1.EkmConnection.KeyManagementMode.MANUAL].
         
        .google.cloud.kms.v1.EkmConnection.KeyManagementMode key_management_mode = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for keyManagementMode.
      • getKeyManagementMode

        EkmConnection.KeyManagementMode getKeyManagementMode()
         Optional. Describes who can perform control plane operations on the EKM. If
         unset, this defaults to
         [MANUAL][google.cloud.kms.v1.EkmConnection.KeyManagementMode.MANUAL].
         
        .google.cloud.kms.v1.EkmConnection.KeyManagementMode key_management_mode = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The keyManagementMode.
      • getCryptoSpacePath

        String getCryptoSpacePath()
         Optional. Identifies the EKM Crypto Space that this
         [EkmConnection][google.cloud.kms.v1.EkmConnection] maps to. Note: This
         field is required if
         [KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] is
         [CLOUD_KMS][google.cloud.kms.v1.EkmConnection.KeyManagementMode.CLOUD_KMS].
         
        string crypto_space_path = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The cryptoSpacePath.
      • getCryptoSpacePathBytes

        com.google.protobuf.ByteString getCryptoSpacePathBytes()
         Optional. Identifies the EKM Crypto Space that this
         [EkmConnection][google.cloud.kms.v1.EkmConnection] maps to. Note: This
         field is required if
         [KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] is
         [CLOUD_KMS][google.cloud.kms.v1.EkmConnection.KeyManagementMode.CLOUD_KMS].
         
        string crypto_space_path = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for cryptoSpacePath.