public interface UpdateProjectBillingInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
ProjectBillingInfo |
getProjectBillingInfo()
The new billing information for the project.
|
ProjectBillingInfoOrBuilder |
getProjectBillingInfoOrBuilder()
The new billing information for the project.
|
boolean |
hasProjectBillingInfo()
The new billing information for the project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the project associated with the billing information that you want to update. For example, `projects/tokyo-rain-123`.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the project associated with the billing information that you want to update. For example, `projects/tokyo-rain-123`.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasProjectBillingInfo()
The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except `billing_account_name`.
.google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 2;ProjectBillingInfo getProjectBillingInfo()
The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except `billing_account_name`.
.google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 2;ProjectBillingInfoOrBuilder getProjectBillingInfoOrBuilder()
The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except `billing_account_name`.
.google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 2;Copyright © 2024 Google LLC. All rights reserved.