public static final class Service.UpdatePolicyRequest extends GeneratedMessageV3 implements Service.UpdatePolicyRequestOrBuilder
Request message for [BinauthzManagementService.UpdatePolicy][].
Protobuf type google.cloud.binaryauthorization.v1.UpdatePolicyRequest
Static Fields
POLICY_FIELD_NUMBER
public static final int POLICY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Service.UpdatePolicyRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Service.UpdatePolicyRequest.Builder newBuilder()
Returns
newBuilder(Service.UpdatePolicyRequest prototype)
public static Service.UpdatePolicyRequest.Builder newBuilder(Service.UpdatePolicyRequest prototype)
Parameter
Returns
public static Service.UpdatePolicyRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Service.UpdatePolicyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Service.UpdatePolicyRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Service.UpdatePolicyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Service.UpdatePolicyRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Service.UpdatePolicyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Service.UpdatePolicyRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Service.UpdatePolicyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Service.UpdatePolicyRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Service.UpdatePolicyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Service.UpdatePolicyRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Service.UpdatePolicyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Service.UpdatePolicyRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Service.UpdatePolicyRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Service.UpdatePolicyRequest> getParserForType()
Returns
Overrides
getPolicy()
public Resources.Policy getPolicy()
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format projects/*/policy
.
.google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getPolicyOrBuilder()
public Resources.PolicyOrBuilder getPolicyOrBuilder()
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format projects/*/policy
.
.google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasPolicy()
public boolean hasPolicy()
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format projects/*/policy
.
.google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the policy field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Service.UpdatePolicyRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Service.UpdatePolicyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Service.UpdatePolicyRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions