Interface CreateServerTlsPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateServerTlsPolicyRequest
,CreateServerTlsPolicyRequest.Builder
public interface CreateServerTlsPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 ServerTlsPolicy. 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 ServerTlsPolicy. 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.
-
getServerTlsPolicyId
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];
- Returns:
- The serverTlsPolicyId.
-
getServerTlsPolicyIdBytes
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];
- Returns:
- The bytes for serverTlsPolicyId.
-
hasServerTlsPolicy
boolean hasServerTlsPolicy()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the serverTlsPolicy field is set.
-
getServerTlsPolicy
ServerTlsPolicy getServerTlsPolicy()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The serverTlsPolicy.
-
getServerTlsPolicyOrBuilder
ServerTlsPolicyOrBuilder getServerTlsPolicyOrBuilder()
Required. ServerTlsPolicy resource to be created.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];
-
-