Struct google_api_proto::google::cloud::billing::budgets::v1beta1::budget_service_client::BudgetServiceClient
source · pub struct BudgetServiceClient<T> { /* private fields */ }
Expand description
BudgetService stores Cloud Billing budgets, which define a budget plan and rules to execute as we track spend against that plan.
Implementations§
source§impl<T> BudgetServiceClient<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
impl<T> BudgetServiceClient<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
pub fn new(inner: T) -> Self
pub fn with_origin(inner: T, origin: Uri) -> Self
pub fn with_interceptor<F>(
inner: T,
interceptor: F,
) -> BudgetServiceClient<InterceptedService<T, F>>where
F: Interceptor,
T::ResponseBody: Default,
T: Service<Request<BoxBody>, Response = Response<<T as GrpcService<BoxBody>>::ResponseBody>>,
<T as Service<Request<BoxBody>>>::Error: Into<StdError> + Send + Sync,
sourcepub fn send_compressed(self, encoding: CompressionEncoding) -> Self
pub fn send_compressed(self, encoding: CompressionEncoding) -> Self
Compress requests with the given encoding.
This requires the server to support it otherwise it might respond with an error.
sourcepub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
pub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
Enable decompressing responses.
sourcepub fn max_decoding_message_size(self, limit: usize) -> Self
pub fn max_decoding_message_size(self, limit: usize) -> Self
Limits the maximum size of a decoded message.
Default: 4MB
sourcepub fn max_encoding_message_size(self, limit: usize) -> Self
pub fn max_encoding_message_size(self, limit: usize) -> Self
Limits the maximum size of an encoded message.
Default: usize::MAX
sourcepub async fn create_budget(
&mut self,
request: impl IntoRequest<CreateBudgetRequest>,
) -> Result<Response<Budget>, Status>
pub async fn create_budget( &mut self, request: impl IntoRequest<CreateBudgetRequest>, ) -> Result<Response<Budget>, Status>
Creates a new budget. See Quotas and limits for more information on the limits of the number of budgets you can create.
sourcepub async fn update_budget(
&mut self,
request: impl IntoRequest<UpdateBudgetRequest>,
) -> Result<Response<Budget>, Status>
pub async fn update_budget( &mut self, request: impl IntoRequest<UpdateBudgetRequest>, ) -> Result<Response<Budget>, Status>
Updates a budget and returns the updated budget.
WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on this API. Budget fields that are not exposed in this API will not be changed by this method.
sourcepub async fn get_budget(
&mut self,
request: impl IntoRequest<GetBudgetRequest>,
) -> Result<Response<Budget>, Status>
pub async fn get_budget( &mut self, request: impl IntoRequest<GetBudgetRequest>, ) -> Result<Response<Budget>, Status>
Returns a budget.
WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on this API. When reading from the API, you will not see these fields in the return value, though they may have been set in the Cloud Console.
sourcepub async fn list_budgets(
&mut self,
request: impl IntoRequest<ListBudgetsRequest>,
) -> Result<Response<ListBudgetsResponse>, Status>
pub async fn list_budgets( &mut self, request: impl IntoRequest<ListBudgetsRequest>, ) -> Result<Response<ListBudgetsResponse>, Status>
Returns a list of budgets for a billing account.
WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on this API. When reading from the API, you will not see these fields in the return value, though they may have been set in the Cloud Console.
sourcepub async fn delete_budget(
&mut self,
request: impl IntoRequest<DeleteBudgetRequest>,
) -> Result<Response<()>, Status>
pub async fn delete_budget( &mut self, request: impl IntoRequest<DeleteBudgetRequest>, ) -> Result<Response<()>, Status>
Deletes a budget. Returns successfully if already deleted.
Trait Implementations§
source§impl<T: Clone> Clone for BudgetServiceClient<T>
impl<T: Clone> Clone for BudgetServiceClient<T>
source§fn clone(&self) -> BudgetServiceClient<T>
fn clone(&self) -> BudgetServiceClient<T>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl<T> !Freeze for BudgetServiceClient<T>
impl<T> RefUnwindSafe for BudgetServiceClient<T>where
T: RefUnwindSafe,
impl<T> Send for BudgetServiceClient<T>where
T: Send,
impl<T> Sync for BudgetServiceClient<T>where
T: Sync,
impl<T> Unpin for BudgetServiceClient<T>where
T: Unpin,
impl<T> UnwindSafe for BudgetServiceClient<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request