public interface CreateClientTlsPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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];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];boolean hasClientTlsPolicy()
Required. ClientTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
ClientTlsPolicy getClientTlsPolicy()
Required. ClientTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
ClientTlsPolicyOrBuilder getClientTlsPolicyOrBuilder()
Required. ClientTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.