public interface CreateServerTlsPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ServerTlsPolicy |
getServerTlsPolicy()
Required.
|
String |
getServerTlsPolicyId()
Required.
|
com.google.protobuf.ByteString |
getServerTlsPolicyIdBytes()
Required.
|
ServerTlsPolicyOrBuilder |
getServerTlsPolicyOrBuilder()
Required.
|
boolean |
hasServerTlsPolicy()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the ServerTlsPolicy. 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 ServerTlsPolicy. Must be in
the format `projects/*/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getServerTlsPolicyId()
Required. Short name of the ServerTlsPolicy 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. "server_mtls_policy".
string server_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServerTlsPolicyIdBytes()
Required. Short name of the ServerTlsPolicy 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. "server_mtls_policy".
string server_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasServerTlsPolicy()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
ServerTlsPolicy getServerTlsPolicy()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
ServerTlsPolicyOrBuilder getServerTlsPolicyOrBuilder()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.