Interface CreateClientTlsPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateClientTlsPolicyRequest
,CreateClientTlsPolicyRequest.Builder
public interface CreateClientTlsPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientTlsPolicy
getClientTlsPolicy()
Required.String
getClientTlsPolicyId()
Required.com.google.protobuf.ByteString
getClientTlsPolicyIdBytes()
Required.ClientTlsPolicyOrBuilder
getClientTlsPolicyOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasClientTlsPolicy()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-