public static final class UpdateProjectBillingInfoRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder> implements UpdateProjectBillingInfoRequestOrBuilder
Request message for `UpdateProjectBillingInfo`.Protobuf type
google.cloud.billing.v1.UpdateProjectBillingInfoRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateProjectBillingInfoRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateProjectBillingInfoRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateProjectBillingInfoRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder mergeFrom(UpdateProjectBillingInfoRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public UpdateProjectBillingInfoRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateProjectBillingInfoRequest.Builder>IOExceptionpublic String 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];getName in interface UpdateProjectBillingInfoRequestOrBuilderpublic 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];getNameBytes in interface UpdateProjectBillingInfoRequestOrBuilderpublic UpdateProjectBillingInfoRequest.Builder setName(String value)
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];value - The name to set.public UpdateProjectBillingInfoRequest.Builder clearName()
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];public UpdateProjectBillingInfoRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
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];value - The bytes for name to set.public 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;hasProjectBillingInfo in interface UpdateProjectBillingInfoRequestOrBuilderpublic 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;getProjectBillingInfo in interface UpdateProjectBillingInfoRequestOrBuilderpublic UpdateProjectBillingInfoRequest.Builder setProjectBillingInfo(ProjectBillingInfo value)
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;public UpdateProjectBillingInfoRequest.Builder setProjectBillingInfo(ProjectBillingInfo.Builder builderForValue)
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;public UpdateProjectBillingInfoRequest.Builder mergeProjectBillingInfo(ProjectBillingInfo value)
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;public UpdateProjectBillingInfoRequest.Builder clearProjectBillingInfo()
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;public ProjectBillingInfo.Builder getProjectBillingInfoBuilder()
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;public 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;getProjectBillingInfoOrBuilder in interface UpdateProjectBillingInfoRequestOrBuilderpublic final UpdateProjectBillingInfoRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>public final UpdateProjectBillingInfoRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateProjectBillingInfoRequest.Builder>Copyright © 2025 Google LLC. All rights reserved.