Interface CreateClientTlsPolicyRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the ClientTlsPolicy. Must be in
         the format `projects/*/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the ClientTlsPolicy. Must be in
         the format `projects/*/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getClientTlsPolicyId

        String getClientTlsPolicyId()
         Required. Short name of the ClientTlsPolicy resource to be created. This
         value should be 1-63 characters long, containing only letters, numbers,
         hyphens, and underscores, and should not start with a number. E.g.
         "client_mtls_policy".
         
        string client_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The clientTlsPolicyId.
      • getClientTlsPolicyIdBytes

        com.google.protobuf.ByteString getClientTlsPolicyIdBytes()
         Required. Short name of the ClientTlsPolicy resource to be created. This
         value should be 1-63 characters long, containing only letters, numbers,
         hyphens, and underscores, and should not start with a number. E.g.
         "client_mtls_policy".
         
        string client_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for clientTlsPolicyId.
      • hasClientTlsPolicy

        boolean hasClientTlsPolicy()
         Required. ClientTlsPolicy resource to be created.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the clientTlsPolicy field is set.
      • getClientTlsPolicy

        ClientTlsPolicy getClientTlsPolicy()
         Required. ClientTlsPolicy resource to be created.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The clientTlsPolicy.
      • getClientTlsPolicyOrBuilder

        ClientTlsPolicyOrBuilder getClientTlsPolicyOrBuilder()
         Required. ClientTlsPolicy resource to be created.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];