Class CloudBillingGrpc (2.41.0)

public final class CloudBillingGrpc

Retrieves the Google Cloud Console billing accounts and associates them with projects.

Inheritance

java.lang.Object > CloudBillingGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CloudBillingGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudBillingGrpc.AsyncService service)
Parameter
NameDescription
serviceCloudBillingGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateBillingAccountMethod()

public static MethodDescriptor<CreateBillingAccountRequest,BillingAccount> getCreateBillingAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateBillingAccountRequest,BillingAccount>

getGetBillingAccountMethod()

public static MethodDescriptor<GetBillingAccountRequest,BillingAccount> getGetBillingAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetBillingAccountRequest,BillingAccount>

getGetIamPolicyMethod()

public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getGetProjectBillingInfoMethod()

public static MethodDescriptor<GetProjectBillingInfoRequest,ProjectBillingInfo> getGetProjectBillingInfoMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetProjectBillingInfoRequest,ProjectBillingInfo>

getListBillingAccountsMethod()

public static MethodDescriptor<ListBillingAccountsRequest,ListBillingAccountsResponse> getListBillingAccountsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListBillingAccountsRequest,ListBillingAccountsResponse>

getListProjectBillingInfoMethod()

public static MethodDescriptor<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse> getListProjectBillingInfoMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse>

getMoveBillingAccountMethod()

public static MethodDescriptor<MoveBillingAccountRequest,BillingAccount> getMoveBillingAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MoveBillingAccountRequest,BillingAccount>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSetIamPolicyMethod()

public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

getTestIamPermissionsMethod()

public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

getUpdateBillingAccountMethod()

public static MethodDescriptor<UpdateBillingAccountRequest,BillingAccount> getUpdateBillingAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateBillingAccountRequest,BillingAccount>

getUpdateProjectBillingInfoMethod()

public static MethodDescriptor<UpdateProjectBillingInfoRequest,ProjectBillingInfo> getUpdateProjectBillingInfoMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateProjectBillingInfoRequest,ProjectBillingInfo>

newBlockingStub(Channel channel)

public static CloudBillingGrpc.CloudBillingBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudBillingGrpc.CloudBillingBlockingStub

newFutureStub(Channel channel)

public static CloudBillingGrpc.CloudBillingFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudBillingGrpc.CloudBillingFutureStub

newStub(Channel channel)

public static CloudBillingGrpc.CloudBillingStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudBillingGrpc.CloudBillingStub