Interface Service.UpdatePolicyRequestOrBuilder (1.52.0)

publicstaticinterface Service.UpdatePolicyRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicy()

publicabstractResources.PolicygetPolicy()

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
Resources.Policy

The policy.

getPolicyOrBuilder()

publicabstractResources.PolicyOrBuildergetPolicyOrBuilder()

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
Resources.PolicyOrBuilder

hasPolicy()

publicabstractbooleanhasPolicy()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.