Skip to content

Commit

Permalink
docs: fix comment on list account labels
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702393419

Source-Link: googleapis/googleapis@48fa374

Source-Link: googleapis/googleapis-gen@061a248
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuU2hvcHBpbmcuQ3NzLlYxLy5Pd2xCb3QueWFtbCIsImgiOiIwNjFhMjQ4MmRhZjMzOWM4OGQzZThkMGI2ZjQ3NzM1ZTIwYjlhODFlIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Dec 3, 2024
1 parent 0089a68 commit 4c15ac9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
public virtual AccountLabelsService.AccountLabelsServiceClient GrpcClient => throw new sys::NotImplementedException();

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -265,7 +265,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
throw new sys::NotImplementedException();

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -274,7 +274,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
throw new sys::NotImplementedException();

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="parent">
/// Required. The parent account.
Expand Down Expand Up @@ -308,7 +308,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
}

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="parent">
/// Required. The parent account.
Expand Down Expand Up @@ -342,7 +342,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
}

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="parent">
/// Required. The parent account.
Expand Down Expand Up @@ -376,7 +376,7 @@ internal static AccountLabelsServiceClient Create(grpccore::CallInvoker callInvo
}

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="parent">
/// Required. The parent account.
Expand Down Expand Up @@ -789,7 +789,7 @@ public AccountLabelsServiceClientImpl(AccountLabelsService.AccountLabelsServiceC
partial void Modify_DeleteAccountLabelRequest(ref DeleteAccountLabelRequest request, ref gaxgrpc::CallSettings settings);

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -801,7 +801,7 @@ public AccountLabelsServiceClientImpl(AccountLabelsService.AccountLabelsServiceC
}

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, gl
public abstract partial class AccountLabelsServiceBase
{
/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request received from the client.</param>
/// <param name="context">The context of the server-side call handler being invoked.</param>
Expand Down Expand Up @@ -198,7 +198,7 @@ protected AccountLabelsServiceClient(ClientBaseConfiguration configuration) : ba
}

/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
Expand All @@ -211,7 +211,7 @@ protected AccountLabelsServiceClient(ClientBaseConfiguration configuration) : ba
return ListAccountLabels(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
Expand All @@ -222,7 +222,7 @@ protected AccountLabelsServiceClient(ClientBaseConfiguration configuration) : ba
return CallInvoker.BlockingUnaryCall(__Method_ListAccountLabels, null, options, request);
}
/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
Expand All @@ -235,7 +235,7 @@ protected AccountLabelsServiceClient(ClientBaseConfiguration configuration) : ba
return ListAccountLabelsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Lists the labels assigned to an account.
/// Lists the labels owned by an account.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
Expand Down

0 comments on commit 4c15ac9

Please sign in to comment.