public interface AlternatePolicySpecOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLaunch()
Reference to the launch that will be used while audit logging and to
control the launch.
|
ByteString |
getLaunchBytes()
Reference to the launch that will be used while audit logging and to
control the launch.
|
PolicySpec |
getSpec()
Specify `Constraint` for configurations of Cloud Platform resources.
|
PolicySpecOrBuilder |
getSpecOrBuilder()
Specify `Constraint` for configurations of Cloud Platform resources.
|
boolean |
hasSpec()
Specify `Constraint` for configurations of Cloud Platform resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getLaunch()
Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.
string launch = 1;
ByteString getLaunchBytes()
Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.
string launch = 1;
boolean hasSpec()
Specify `Constraint` for configurations of Cloud Platform resources.
.google.cloud.orgpolicy.v2.PolicySpec spec = 2;
PolicySpec getSpec()
Specify `Constraint` for configurations of Cloud Platform resources.
.google.cloud.orgpolicy.v2.PolicySpec spec = 2;
PolicySpecOrBuilder getSpecOrBuilder()
Specify `Constraint` for configurations of Cloud Platform resources.
.google.cloud.orgpolicy.v2.PolicySpec spec = 2;
Copyright © 2021 Google LLC. All rights reserved.