public interface UpdateBillingAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BillingAccount |
getAccount()
Required.
|
BillingAccountOrBuilder |
getAccountOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The update mask applied to the resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The update mask applied to the resource.
|
boolean |
hasAccount()
Required.
|
boolean |
hasUpdateMask()
The update mask applied to the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the billing account resource to be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the billing account resource to be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasAccount()
Required. The billing account resource to replace the resource on the server.
.google.cloud.billing.v1.BillingAccount account = 2 [(.google.api.field_behavior) = REQUIRED];
BillingAccount getAccount()
Required. The billing account resource to replace the resource on the server.
.google.cloud.billing.v1.BillingAccount account = 2 [(.google.api.field_behavior) = REQUIRED];
BillingAccountOrBuilder getAccountOrBuilder()
Required. The billing account resource to replace the resource on the server.
.google.cloud.billing.v1.BillingAccount account = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The update mask applied to the resource. Only "display_name" is currently supported.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
The update mask applied to the resource. Only "display_name" is currently supported.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applied to the resource. Only "display_name" is currently supported.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2025 Google LLC. All rights reserved.