Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DataAccessControlService::Rest::ServiceStub.
REST service stub for the DataAccessControlService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_data_access_label
def create_data_access_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Baseline implementation for the create_data_access_label REST call
- request_pb (::Google::Cloud::Chronicle::V1::CreateDataAccessLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_data_access_scope
def create_data_access_scope(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Baseline implementation for the create_data_access_scope REST call
- request_pb (::Google::Cloud::Chronicle::V1::CreateDataAccessScopeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessScope)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessScope) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_access_label
def delete_data_access_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_data_access_label REST call
- request_pb (::Google::Cloud::Chronicle::V1::DeleteDataAccessLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_access_scope
def delete_data_access_scope(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_data_access_scope REST call
- request_pb (::Google::Cloud::Chronicle::V1::DeleteDataAccessScopeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_data_access_label
def get_data_access_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Baseline implementation for the get_data_access_label REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDataAccessLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_access_scope
def get_data_access_scope(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Baseline implementation for the get_data_access_scope REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDataAccessScopeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessScope)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessScope) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_access_labels
def list_data_access_labels(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataAccessLabelsResponse
Baseline implementation for the list_data_access_labels REST call
- request_pb (::Google::Cloud::Chronicle::V1::ListDataAccessLabelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ListDataAccessLabelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListDataAccessLabelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_access_scopes
def list_data_access_scopes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataAccessScopesResponse
Baseline implementation for the list_data_access_scopes REST call
- request_pb (::Google::Cloud::Chronicle::V1::ListDataAccessScopesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ListDataAccessScopesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListDataAccessScopesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_data_access_label
def update_data_access_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Baseline implementation for the update_data_access_label REST call
- request_pb (::Google::Cloud::Chronicle::V1::UpdateDataAccessLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_data_access_scope
def update_data_access_scope(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Baseline implementation for the update_data_access_scope REST call
- request_pb (::Google::Cloud::Chronicle::V1::UpdateDataAccessScopeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataAccessScope)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataAccessScope) — A result object deserialized from the server's reply
- (::ArgumentError)