Autogenerated update (2019-09-26)
Update: - bigqueryreservation_v1 - bigqueryreservation_v1alpha2 - blogger_v3 - cloudasset_v1 - cloudasset_v1beta1 - compute_alpha - compute_beta - compute_v1 - healthcare_v1beta1 - iam_v1 - proximitybeacon_v1beta1 - remotebuildexecution_v1 - remotebuildexecution_v1alpha - remotebuildexecution_v2 - safebrowsing_v4 - servicebroker_v1 - servicebroker_v1alpha1 - servicebroker_v1beta1 - servicemanagement_v1 - testing_v1 - texttospeech_v1 - texttospeech_v1beta1 - toolresults_v1beta3
This commit is contained in:
parent
01cf71b683
commit
3af076319b
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/bigquery/
|
# @see https://cloud.google.com/bigquery/
|
||||||
module BigqueryreservationV1
|
module BigqueryreservationV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190816'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data in Google BigQuery
|
# View and manage your data in Google BigQuery
|
||||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||||
|
|
|
@ -23,15 +23,15 @@ module Google
|
||||||
module BigqueryreservationV1
|
module BigqueryreservationV1
|
||||||
|
|
||||||
# The metadata for operation returned from
|
# The metadata for operation returned from
|
||||||
# ReservationService.CreateSlotPool.
|
# ReservationService.CreateCapacityCommitment.
|
||||||
class CreateSlotPoolMetadata
|
class CreateCapacityCommitmentMetadata
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Resource name of the slot pool that is being created. E.g.,
|
# Resource name of the capacity commitment that is being created. E.g.,
|
||||||
# projects/myproject/locations/us-central1/reservations/foo/slotPools/123
|
# projects/myproject/locations/US/capacityCommitments/123
|
||||||
# Corresponds to the JSON property `slotPool`
|
# Corresponds to the JSON property `capacityCommitment`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :slot_pool
|
attr_accessor :capacity_commitment
|
||||||
|
|
||||||
def initialize(**args)
|
def initialize(**args)
|
||||||
update!(**args)
|
update!(**args)
|
||||||
|
@ -39,7 +39,7 @@ module Google
|
||||||
|
|
||||||
# Update properties of this object
|
# Update properties of this object
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@slot_pool = args[:slot_pool] if args.key?(:slot_pool)
|
@capacity_commitment = args[:capacity_commitment] if args.key?(:capacity_commitment)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ module Google
|
||||||
module Apis
|
module Apis
|
||||||
module BigqueryreservationV1
|
module BigqueryreservationV1
|
||||||
|
|
||||||
class CreateSlotPoolMetadata
|
class CreateCapacityCommitmentMetadata
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
@ -58,10 +58,10 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class CreateSlotPoolMetadata
|
class CreateCapacityCommitmentMetadata
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :slot_pool, as: 'slotPool'
|
property :capacity_commitment, as: 'capacityCommitment'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/bigquery/
|
# @see https://cloud.google.com/bigquery/
|
||||||
module BigqueryreservationV1alpha2
|
module BigqueryreservationV1alpha2
|
||||||
VERSION = 'V1alpha2'
|
VERSION = 'V1alpha2'
|
||||||
REVISION = '20190816'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data in Google BigQuery
|
# View and manage your data in Google BigQuery
|
||||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||||
|
|
|
@ -62,31 +62,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# The response message for Locations.ListLocations.
|
|
||||||
class ListLocationsResponse
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A list of locations that matches the specified filter in the request.
|
|
||||||
# Corresponds to the JSON property `locations`
|
|
||||||
# @return [Array<Google::Apis::BigqueryreservationV1alpha2::Location>]
|
|
||||||
attr_accessor :locations
|
|
||||||
|
|
||||||
# The standard List next-page token.
|
|
||||||
# Corresponds to the JSON property `nextPageToken`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :next_page_token
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@locations = args[:locations] if args.key?(:locations)
|
|
||||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# The response for ReservationService.ListReservationGrants.
|
# The response for ReservationService.ListReservationGrants.
|
||||||
class ListReservationGrantsResponse
|
class ListReservationGrantsResponse
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
@ -165,53 +140,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# A resource that represents Google Cloud Platform location.
|
|
||||||
class Location
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The friendly name for this location, typically a nearby city name.
|
|
||||||
# For example, "Tokyo".
|
|
||||||
# Corresponds to the JSON property `displayName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :display_name
|
|
||||||
|
|
||||||
# Cross-service attributes for the location. For example
|
|
||||||
# `"cloud.googleapis.com/region": "us-east1"`
|
|
||||||
# Corresponds to the JSON property `labels`
|
|
||||||
# @return [Hash<String,String>]
|
|
||||||
attr_accessor :labels
|
|
||||||
|
|
||||||
# The canonical id for this location. For example: `"us-east1"`.
|
|
||||||
# Corresponds to the JSON property `locationId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :location_id
|
|
||||||
|
|
||||||
# Service-specific metadata. For example the available capacity at the given
|
|
||||||
# location.
|
|
||||||
# Corresponds to the JSON property `metadata`
|
|
||||||
# @return [Hash<String,Object>]
|
|
||||||
attr_accessor :metadata
|
|
||||||
|
|
||||||
# Resource name for the location, which may vary between implementations.
|
|
||||||
# For example: `"projects/example-project/locations/us-east1"`
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@display_name = args[:display_name] if args.key?(:display_name)
|
|
||||||
@labels = args[:labels] if args.key?(:labels)
|
|
||||||
@location_id = args[:location_id] if args.key?(:location_id)
|
|
||||||
@metadata = args[:metadata] if args.key?(:metadata)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# BigQuery-specific metadata about a location. This will be set on
|
# BigQuery-specific metadata about a location. This will be set on
|
||||||
# google.cloud.location.Location.metadata in Cloud Location API
|
# google.cloud.location.Location.metadata in Cloud Location API
|
||||||
# responses.
|
# responses.
|
||||||
|
@ -234,70 +162,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# This resource represents a long-running operation that is the result of a
|
|
||||||
# network API call.
|
|
||||||
class Operation
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# If the value is `false`, it means the operation is still in progress.
|
|
||||||
# If `true`, the operation is completed, and either `error` or `response` is
|
|
||||||
# available.
|
|
||||||
# Corresponds to the JSON property `done`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :done
|
|
||||||
alias_method :done?, :done
|
|
||||||
|
|
||||||
# The `Status` type defines a logical error model that is suitable for
|
|
||||||
# different programming environments, including REST APIs and RPC APIs. It is
|
|
||||||
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
|
||||||
# three pieces of data: error code, error message, and error details.
|
|
||||||
# You can find out more about this error model and how to work with it in the
|
|
||||||
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
||||||
# Corresponds to the JSON property `error`
|
|
||||||
# @return [Google::Apis::BigqueryreservationV1alpha2::Status]
|
|
||||||
attr_accessor :error
|
|
||||||
|
|
||||||
# Service-specific metadata associated with the operation. It typically
|
|
||||||
# contains progress information and common metadata such as create time.
|
|
||||||
# Some services might not provide such metadata. Any method that returns a
|
|
||||||
# long-running operation should document the metadata type, if any.
|
|
||||||
# Corresponds to the JSON property `metadata`
|
|
||||||
# @return [Hash<String,Object>]
|
|
||||||
attr_accessor :metadata
|
|
||||||
|
|
||||||
# The server-assigned name, which is only unique within the same service that
|
|
||||||
# originally returns it. If you use the default HTTP mapping, the
|
|
||||||
# `name` should be a resource name ending with `operations/`unique_id``.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
# The normal response of the operation in case of success. If the original
|
|
||||||
# method returns no data on success, such as `Delete`, the response is
|
|
||||||
# `google.protobuf.Empty`. If the original method is standard
|
|
||||||
# `Get`/`Create`/`Update`, the response should be the resource. For other
|
|
||||||
# methods, the response should have the type `XxxResponse`, where `Xxx`
|
|
||||||
# is the original method name. For example, if the original method name
|
|
||||||
# is `TakeSnapshot()`, the inferred response type is
|
|
||||||
# `TakeSnapshotResponse`.
|
|
||||||
# Corresponds to the JSON property `response`
|
|
||||||
# @return [Hash<String,Object>]
|
|
||||||
attr_accessor :response
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@done = args[:done] if args.key?(:done)
|
|
||||||
@error = args[:error] if args.key?(:error)
|
|
||||||
@metadata = args[:metadata] if args.key?(:metadata)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
@response = args[:response] if args.key?(:response)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A reservation is a mechanism used to guarantee slots to users.
|
# A reservation is a mechanism used to guarantee slots to users.
|
||||||
class Reservation
|
class Reservation
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
@ -470,45 +334,6 @@ module Google
|
||||||
@state = args[:state] if args.key?(:state)
|
@state = args[:state] if args.key?(:state)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# The `Status` type defines a logical error model that is suitable for
|
|
||||||
# different programming environments, including REST APIs and RPC APIs. It is
|
|
||||||
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
|
||||||
# three pieces of data: error code, error message, and error details.
|
|
||||||
# You can find out more about this error model and how to work with it in the
|
|
||||||
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
||||||
class Status
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The status code, which should be an enum value of google.rpc.Code.
|
|
||||||
# Corresponds to the JSON property `code`
|
|
||||||
# @return [Fixnum]
|
|
||||||
attr_accessor :code
|
|
||||||
|
|
||||||
# A list of messages that carry the error details. There is a common set of
|
|
||||||
# message types for APIs to use.
|
|
||||||
# Corresponds to the JSON property `details`
|
|
||||||
# @return [Array<Hash<String,Object>>]
|
|
||||||
attr_accessor :details
|
|
||||||
|
|
||||||
# A developer-facing error message, which should be in English. Any
|
|
||||||
# user-facing error message should be localized and sent in the
|
|
||||||
# google.rpc.Status.details field, or localized by the client.
|
|
||||||
# Corresponds to the JSON property `message`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :message
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@code = args[:code] if args.key?(:code)
|
|
||||||
@details = args[:details] if args.key?(:details)
|
|
||||||
@message = args[:message] if args.key?(:message)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -34,12 +34,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class ListLocationsResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class ListReservationGrantsResponse
|
class ListReservationGrantsResponse
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -58,24 +52,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class Location
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class LocationMetadata
|
class LocationMetadata
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class Operation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class Reservation
|
class Reservation
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -100,12 +82,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class Status
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class CreateSlotPoolMetadata
|
class CreateSlotPoolMetadata
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -119,15 +95,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class ListLocationsResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :locations, as: 'locations', class: Google::Apis::BigqueryreservationV1alpha2::Location, decorator: Google::Apis::BigqueryreservationV1alpha2::Location::Representation
|
|
||||||
|
|
||||||
property :next_page_token, as: 'nextPageToken'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class ListReservationGrantsResponse
|
class ListReservationGrantsResponse
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -155,17 +122,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Location
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :display_name, as: 'displayName'
|
|
||||||
hash :labels, as: 'labels'
|
|
||||||
property :location_id, as: 'locationId'
|
|
||||||
hash :metadata, as: 'metadata'
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class LocationMetadata
|
class LocationMetadata
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -173,18 +129,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Operation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :done, as: 'done'
|
|
||||||
property :error, as: 'error', class: Google::Apis::BigqueryreservationV1alpha2::Status, decorator: Google::Apis::BigqueryreservationV1alpha2::Status::Representation
|
|
||||||
|
|
||||||
hash :metadata, as: 'metadata'
|
|
||||||
property :name, as: 'name'
|
|
||||||
hash :response, as: 'response'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class Reservation
|
class Reservation
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -223,15 +167,6 @@ module Google
|
||||||
property :state, as: 'state'
|
property :state, as: 'state'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Status
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :code, as: 'code'
|
|
||||||
collection :details, as: 'details'
|
|
||||||
property :message, as: 'message'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -47,75 +47,6 @@ module Google
|
||||||
@batch_path = 'batch'
|
@batch_path = 'batch'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Gets information about a location.
|
|
||||||
# @param [String] name
|
|
||||||
# Resource name for the location.
|
|
||||||
# @param [String] fields
|
|
||||||
# Selector specifying which fields to include in a partial response.
|
|
||||||
# @param [String] quota_user
|
|
||||||
# Available to use for quota purposes for server-side applications. Can be any
|
|
||||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
||||||
# @param [Google::Apis::RequestOptions] options
|
|
||||||
# Request-specific options
|
|
||||||
#
|
|
||||||
# @yield [result, err] Result & error if block supplied
|
|
||||||
# @yieldparam result [Google::Apis::BigqueryreservationV1alpha2::Location] parsed result object
|
|
||||||
# @yieldparam err [StandardError] error object if request failed
|
|
||||||
#
|
|
||||||
# @return [Google::Apis::BigqueryreservationV1alpha2::Location]
|
|
||||||
#
|
|
||||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
||||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
||||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
||||||
def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
||||||
command = make_simple_command(:get, 'v1alpha2/{+name}', options)
|
|
||||||
command.response_representation = Google::Apis::BigqueryreservationV1alpha2::Location::Representation
|
|
||||||
command.response_class = Google::Apis::BigqueryreservationV1alpha2::Location
|
|
||||||
command.params['name'] = name unless name.nil?
|
|
||||||
command.query['fields'] = fields unless fields.nil?
|
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
||||||
execute_or_queue_command(command, &block)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Lists information about the supported locations for this service.
|
|
||||||
# @param [String] name
|
|
||||||
# The resource that owns the locations collection, if applicable.
|
|
||||||
# @param [String] filter
|
|
||||||
# The standard list filter.
|
|
||||||
# @param [Fixnum] page_size
|
|
||||||
# The standard list page size.
|
|
||||||
# @param [String] page_token
|
|
||||||
# The standard list page token.
|
|
||||||
# @param [String] fields
|
|
||||||
# Selector specifying which fields to include in a partial response.
|
|
||||||
# @param [String] quota_user
|
|
||||||
# Available to use for quota purposes for server-side applications. Can be any
|
|
||||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
||||||
# @param [Google::Apis::RequestOptions] options
|
|
||||||
# Request-specific options
|
|
||||||
#
|
|
||||||
# @yield [result, err] Result & error if block supplied
|
|
||||||
# @yieldparam result [Google::Apis::BigqueryreservationV1alpha2::ListLocationsResponse] parsed result object
|
|
||||||
# @yieldparam err [StandardError] error object if request failed
|
|
||||||
#
|
|
||||||
# @return [Google::Apis::BigqueryreservationV1alpha2::ListLocationsResponse]
|
|
||||||
#
|
|
||||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
||||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
||||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
||||||
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
||||||
command = make_simple_command(:get, 'v1alpha2/{+name}/locations', options)
|
|
||||||
command.response_representation = Google::Apis::BigqueryreservationV1alpha2::ListLocationsResponse::Representation
|
|
||||||
command.response_class = Google::Apis::BigqueryreservationV1alpha2::ListLocationsResponse
|
|
||||||
command.params['name'] = name unless name.nil?
|
|
||||||
command.query['filter'] = filter unless filter.nil?
|
|
||||||
command.query['pageSize'] = page_size unless page_size.nil?
|
|
||||||
command.query['pageToken'] = page_token unless page_token.nil?
|
|
||||||
command.query['fields'] = fields unless fields.nil?
|
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
||||||
execute_or_queue_command(command, &block)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Look up grants for a specified resource for a particular region.
|
# Look up grants for a specified resource for a particular region.
|
||||||
# If the request is about a project:
|
# If the request is about a project:
|
||||||
# 1) Grants created on the project will be returned if they exist.
|
# 1) Grants created on the project will be returned if they exist.
|
||||||
|
@ -171,77 +102,6 @@ module Google
|
||||||
execute_or_queue_command(command, &block)
|
execute_or_queue_command(command, &block)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Starts asynchronous cancellation on a long-running operation. The server
|
|
||||||
# makes a best effort to cancel the operation, but success is not
|
|
||||||
# guaranteed. If the server doesn't support this method, it returns
|
|
||||||
# `google.rpc.Code.UNIMPLEMENTED`. Clients can use
|
|
||||||
# Operations.GetOperation or
|
|
||||||
# other methods to check whether the cancellation succeeded or whether the
|
|
||||||
# operation completed despite cancellation. On successful cancellation,
|
|
||||||
# the operation is not deleted; instead, it becomes an operation with
|
|
||||||
# an Operation.error value with a google.rpc.Status.code of 1,
|
|
||||||
# corresponding to `Code.CANCELLED`.
|
|
||||||
# @param [String] name
|
|
||||||
# The name of the operation resource to be cancelled.
|
|
||||||
# @param [String] fields
|
|
||||||
# Selector specifying which fields to include in a partial response.
|
|
||||||
# @param [String] quota_user
|
|
||||||
# Available to use for quota purposes for server-side applications. Can be any
|
|
||||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
||||||
# @param [Google::Apis::RequestOptions] options
|
|
||||||
# Request-specific options
|
|
||||||
#
|
|
||||||
# @yield [result, err] Result & error if block supplied
|
|
||||||
# @yieldparam result [Google::Apis::BigqueryreservationV1alpha2::Empty] parsed result object
|
|
||||||
# @yieldparam err [StandardError] error object if request failed
|
|
||||||
#
|
|
||||||
# @return [Google::Apis::BigqueryreservationV1alpha2::Empty]
|
|
||||||
#
|
|
||||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
||||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
||||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
||||||
def cancel_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
||||||
command = make_simple_command(:post, 'v1alpha2/{+name}:cancel', options)
|
|
||||||
command.response_representation = Google::Apis::BigqueryreservationV1alpha2::Empty::Representation
|
|
||||||
command.response_class = Google::Apis::BigqueryreservationV1alpha2::Empty
|
|
||||||
command.params['name'] = name unless name.nil?
|
|
||||||
command.query['fields'] = fields unless fields.nil?
|
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
||||||
execute_or_queue_command(command, &block)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Gets the latest state of a long-running operation. Clients can use this
|
|
||||||
# method to poll the operation result at intervals as recommended by the API
|
|
||||||
# service.
|
|
||||||
# @param [String] name
|
|
||||||
# The name of the operation resource.
|
|
||||||
# @param [String] fields
|
|
||||||
# Selector specifying which fields to include in a partial response.
|
|
||||||
# @param [String] quota_user
|
|
||||||
# Available to use for quota purposes for server-side applications. Can be any
|
|
||||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
||||||
# @param [Google::Apis::RequestOptions] options
|
|
||||||
# Request-specific options
|
|
||||||
#
|
|
||||||
# @yield [result, err] Result & error if block supplied
|
|
||||||
# @yieldparam result [Google::Apis::BigqueryreservationV1alpha2::Operation] parsed result object
|
|
||||||
# @yieldparam err [StandardError] error object if request failed
|
|
||||||
#
|
|
||||||
# @return [Google::Apis::BigqueryreservationV1alpha2::Operation]
|
|
||||||
#
|
|
||||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
||||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
||||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
||||||
def get_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
||||||
command = make_simple_command(:get, 'v1alpha2/{+name}', options)
|
|
||||||
command.response_representation = Google::Apis::BigqueryreservationV1alpha2::Operation::Representation
|
|
||||||
command.response_class = Google::Apis::BigqueryreservationV1alpha2::Operation
|
|
||||||
command.params['name'] = name unless name.nil?
|
|
||||||
command.query['fields'] = fields unless fields.nil?
|
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
||||||
execute_or_queue_command(command, &block)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Returns `google.rpc.Code.PERMISSION_DENIED` if user does not have
|
# Returns `google.rpc.Code.PERMISSION_DENIED` if user does not have
|
||||||
# 'bigquery.admin' permissions on the project using the reservation
|
# 'bigquery.admin' permissions on the project using the reservation
|
||||||
# and the project that owns this reservation.
|
# and the project that owns this reservation.
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/blogger/docs/3.0/getting_started
|
# @see https://developers.google.com/blogger/docs/3.0/getting_started
|
||||||
module BloggerV3
|
module BloggerV3
|
||||||
VERSION = 'V3'
|
VERSION = 'V3'
|
||||||
REVISION = '20150422'
|
REVISION = '20190917'
|
||||||
|
|
||||||
# Manage your Blogger account
|
# Manage your Blogger account
|
||||||
AUTH_BLOGGER = 'https://www.googleapis.com/auth/blogger'
|
AUTH_BLOGGER = 'https://www.googleapis.com/auth/blogger'
|
||||||
|
|
|
@ -53,8 +53,8 @@ module Google
|
||||||
|
|
||||||
# Gets one blog and user info pair by blogId and userId.
|
# Gets one blog and user info pair by blogId and userId.
|
||||||
# @param [String] user_id
|
# @param [String] user_id
|
||||||
# ID of the user whose blogs are to be fetched. Either the word 'self' (sans
|
# ID of the user whose blogs are to be fetched. Either the word 'self' or the
|
||||||
# quote marks) or the user's profile identifier.
|
# user's profile identifier.
|
||||||
# @param [String] blog_id
|
# @param [String] blog_id
|
||||||
# The ID of the blog to get.
|
# The ID of the blog to get.
|
||||||
# @param [Fixnum] max_posts
|
# @param [Fixnum] max_posts
|
||||||
|
@ -170,8 +170,8 @@ module Google
|
||||||
|
|
||||||
# Retrieves a list of blogs, possibly filtered.
|
# Retrieves a list of blogs, possibly filtered.
|
||||||
# @param [String] user_id
|
# @param [String] user_id
|
||||||
# ID of the user whose blogs are to be fetched. Either the word 'self' (sans
|
# ID of the user whose blogs are to be fetched. Either the word 'self' or the
|
||||||
# quote marks) or the user's profile identifier.
|
# user's profile identifier.
|
||||||
# @param [Boolean] fetch_user_info
|
# @param [Boolean] fetch_user_info
|
||||||
# Whether the response is a list of blogs with per-user information instead of
|
# Whether the response is a list of blogs with per-user information instead of
|
||||||
# just blogs.
|
# just blogs.
|
||||||
|
@ -890,7 +890,7 @@ module Google
|
||||||
# to the user.
|
# to the user.
|
||||||
# @param [String] user_id
|
# @param [String] user_id
|
||||||
# ID of the user for the per-user information to be fetched. Either the word '
|
# ID of the user for the per-user information to be fetched. Either the word '
|
||||||
# self' (sans quote marks) or the user's profile identifier.
|
# self' or the user's profile identifier.
|
||||||
# @param [String] blog_id
|
# @param [String] blog_id
|
||||||
# The ID of the blog.
|
# The ID of the blog.
|
||||||
# @param [String] post_id
|
# @param [String] post_id
|
||||||
|
@ -935,7 +935,7 @@ module Google
|
||||||
# specific to the user.
|
# specific to the user.
|
||||||
# @param [String] user_id
|
# @param [String] user_id
|
||||||
# ID of the user for the per-user information to be fetched. Either the word '
|
# ID of the user for the per-user information to be fetched. Either the word '
|
||||||
# self' (sans quote marks) or the user's profile identifier.
|
# self' or the user's profile identifier.
|
||||||
# @param [String] blog_id
|
# @param [String] blog_id
|
||||||
# ID of the blog to fetch posts from.
|
# ID of the blog to fetch posts from.
|
||||||
# @param [DateTime] end_date
|
# @param [DateTime] end_date
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory
|
# @see https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory
|
||||||
module CloudassetV1
|
module CloudassetV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190831'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -42,6 +42,15 @@ module Google
|
||||||
# @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy]
|
# @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy]
|
||||||
attr_accessor :access_policy
|
attr_accessor :access_policy
|
||||||
|
|
||||||
|
# Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy,
|
||||||
|
# represented as a list of relative resource names. Ancestry path starts with
|
||||||
|
# the closest CRM ancestor and ends at root. If the asset is a CRM
|
||||||
|
# project/folder/organization, this starts from the asset itself.
|
||||||
|
# Example: ["projects/123456789", "folders/5432", "organizations/1234"]
|
||||||
|
# Corresponds to the JSON property `ancestors`
|
||||||
|
# @return [Array<String>]
|
||||||
|
attr_accessor :ancestors
|
||||||
|
|
||||||
# Type of the asset. Example: "compute.googleapis.com/Disk".
|
# Type of the asset. Example: "compute.googleapis.com/Disk".
|
||||||
# Corresponds to the JSON property `assetType`
|
# Corresponds to the JSON property `assetType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -49,25 +58,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -77,11 +95,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `iamPolicy`
|
# Corresponds to the JSON property `iamPolicy`
|
||||||
|
@ -131,6 +153,7 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@access_level = args[:access_level] if args.key?(:access_level)
|
@access_level = args[:access_level] if args.key?(:access_level)
|
||||||
@access_policy = args[:access_policy] if args.key?(:access_policy)
|
@access_policy = args[:access_policy] if args.key?(:access_policy)
|
||||||
|
@ancestors = args[:ancestors] if args.key?(:ancestors)
|
||||||
@asset_type = args[:asset_type] if args.key?(:asset_type)
|
@asset_type = args[:asset_type] if args.key?(:asset_type)
|
||||||
@iam_policy = args[:iam_policy] if args.key?(:iam_policy)
|
@iam_policy = args[:iam_policy] if args.key?(:iam_policy)
|
||||||
@name = args[:name] if args.key?(:name)
|
@name = args[:name] if args.key?(:name)
|
||||||
|
@ -1347,25 +1370,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -1375,11 +1407,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class Policy
|
class Policy
|
||||||
|
@ -1390,7 +1426,8 @@ module Google
|
||||||
# @return [Array<Google::Apis::CloudassetV1::AuditConfig>]
|
# @return [Array<Google::Apis::CloudassetV1::AuditConfig>]
|
||||||
attr_accessor :audit_configs
|
attr_accessor :audit_configs
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::CloudassetV1::Binding>]
|
# @return [Array<Google::Apis::CloudassetV1::Binding>]
|
||||||
|
@ -1404,7 +1441,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -1413,9 +1452,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
|
|
@ -197,6 +197,7 @@ module Google
|
||||||
|
|
||||||
property :access_policy, as: 'accessPolicy', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy::Representation
|
property :access_policy, as: 'accessPolicy', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AccessPolicy::Representation
|
||||||
|
|
||||||
|
collection :ancestors, as: 'ancestors'
|
||||||
property :asset_type, as: 'assetType'
|
property :asset_type, as: 'assetType'
|
||||||
property :iam_policy, as: 'iamPolicy', class: Google::Apis::CloudassetV1::Policy, decorator: Google::Apis::CloudassetV1::Policy::Representation
|
property :iam_policy, as: 'iamPolicy', class: Google::Apis::CloudassetV1::Policy, decorator: Google::Apis::CloudassetV1::Policy::Representation
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory
|
# @see https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/quickstart-cloud-asset-inventory
|
||||||
module CloudassetV1beta1
|
module CloudassetV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190831'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -34,25 +34,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -62,11 +71,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `iamPolicy`
|
# Corresponds to the JSON property `iamPolicy`
|
||||||
|
@ -499,25 +512,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -527,11 +549,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class Policy
|
class Policy
|
||||||
|
@ -542,7 +568,8 @@ module Google
|
||||||
# @return [Array<Google::Apis::CloudassetV1beta1::AuditConfig>]
|
# @return [Array<Google::Apis::CloudassetV1beta1::AuditConfig>]
|
||||||
attr_accessor :audit_configs
|
attr_accessor :audit_configs
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::CloudassetV1beta1::Binding>]
|
# @return [Array<Google::Apis::CloudassetV1beta1::Binding>]
|
||||||
|
@ -556,7 +583,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -565,9 +594,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeAlpha
|
module ComputeAlpha
|
||||||
VERSION = 'Alpha'
|
VERSION = 'Alpha'
|
||||||
REVISION = '20190825'
|
REVISION = '20190905'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1532,8 +1532,7 @@ module Google
|
||||||
# @return [Array<String>]
|
# @return [Array<String>]
|
||||||
attr_accessor :exempted_members
|
attr_accessor :exempted_members
|
||||||
|
|
||||||
# Specifies whether principals can be exempted for the same LogType in lower-
|
#
|
||||||
# level resource policies. If true, any lower-level exemptions will be ignored.
|
|
||||||
# Corresponds to the JSON property `ignoreChildExemptions`
|
# Corresponds to the JSON property `ignoreChildExemptions`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :ignore_child_exemptions
|
attr_accessor :ignore_child_exemptions
|
||||||
|
@ -11120,6 +11119,11 @@ module Google
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::NetworkInterface>]
|
# @return [Array<Google::Apis::ComputeAlpha::NetworkInterface>]
|
||||||
attr_accessor :network_interfaces
|
attr_accessor :network_interfaces
|
||||||
|
|
||||||
|
# Specifies whether this instance will be shut down on key revocation.
|
||||||
|
# Corresponds to the JSON property `postKeyRevocationActionType`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :post_key_revocation_action_type
|
||||||
|
|
||||||
# Total amount of preserved state for SUSPENDED instances. Read-only in the api.
|
# Total amount of preserved state for SUSPENDED instances. Read-only in the api.
|
||||||
# Corresponds to the JSON property `preservedStateSizeGb`
|
# Corresponds to the JSON property `preservedStateSizeGb`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
|
@ -11248,6 +11252,7 @@ module Google
|
||||||
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
||||||
@name = args[:name] if args.key?(:name)
|
@name = args[:name] if args.key?(:name)
|
||||||
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
||||||
|
@post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
|
||||||
@preserved_state_size_gb = args[:preserved_state_size_gb] if args.key?(:preserved_state_size_gb)
|
@preserved_state_size_gb = args[:preserved_state_size_gb] if args.key?(:preserved_state_size_gb)
|
||||||
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
||||||
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
||||||
|
@ -13862,6 +13867,11 @@ module Google
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::NetworkInterface>]
|
# @return [Array<Google::Apis::ComputeAlpha::NetworkInterface>]
|
||||||
attr_accessor :network_interfaces
|
attr_accessor :network_interfaces
|
||||||
|
|
||||||
|
# Specifies whether this instance will be shut down on key revocation.
|
||||||
|
# Corresponds to the JSON property `postKeyRevocationActionType`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :post_key_revocation_action_type
|
||||||
|
|
||||||
# Specifies the reservations that this instance can consume from.
|
# Specifies the reservations that this instance can consume from.
|
||||||
# Corresponds to the JSON property `reservationAffinity`
|
# Corresponds to the JSON property `reservationAffinity`
|
||||||
# @return [Google::Apis::ComputeAlpha::ReservationAffinity]
|
# @return [Google::Apis::ComputeAlpha::ReservationAffinity]
|
||||||
|
@ -13910,6 +13920,7 @@ module Google
|
||||||
@metadata = args[:metadata] if args.key?(:metadata)
|
@metadata = args[:metadata] if args.key?(:metadata)
|
||||||
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
||||||
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
||||||
|
@post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
|
||||||
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
||||||
@scheduling = args[:scheduling] if args.key?(:scheduling)
|
@scheduling = args[:scheduling] if args.key?(:scheduling)
|
||||||
@service_accounts = args[:service_accounts] if args.key?(:service_accounts)
|
@service_accounts = args[:service_accounts] if args.key?(:service_accounts)
|
||||||
|
@ -21334,6 +21345,14 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :payload_name
|
attr_accessor :payload_name
|
||||||
|
|
||||||
|
# A Duration represents a fixed-length span of time represented as a count of
|
||||||
|
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
||||||
|
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
||||||
|
# 000 years.
|
||||||
|
# Corresponds to the JSON property `resendInterval`
|
||||||
|
# @return [Google::Apis::ComputeAlpha::Duration]
|
||||||
|
attr_accessor :resend_interval
|
||||||
|
|
||||||
# How much time (in seconds) is spent attempting notification retries until a
|
# How much time (in seconds) is spent attempting notification retries until a
|
||||||
# successful response is received. Default is 30s. Limit is 20m (1200s). Must be
|
# successful response is received. Default is 30s. Limit is 20m (1200s). Must be
|
||||||
# a positive number.
|
# a positive number.
|
||||||
|
@ -21350,6 +21369,7 @@ module Google
|
||||||
@authority = args[:authority] if args.key?(:authority)
|
@authority = args[:authority] if args.key?(:authority)
|
||||||
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
||||||
@payload_name = args[:payload_name] if args.key?(:payload_name)
|
@payload_name = args[:payload_name] if args.key?(:payload_name)
|
||||||
|
@resend_interval = args[:resend_interval] if args.key?(:resend_interval)
|
||||||
@retry_duration_sec = args[:retry_duration_sec] if args.key?(:retry_duration_sec)
|
@retry_duration_sec = args[:retry_duration_sec] if args.key?(:retry_duration_sec)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -23066,7 +23086,7 @@ module Google
|
||||||
# first basis.
|
# first basis.
|
||||||
# For example: a pathRule with a path /a/b/c/* will match before /a/b/*
|
# For example: a pathRule with a path /a/b/c/* will match before /a/b/*
|
||||||
# irrespective of the order in which those paths appear in this list.
|
# irrespective of the order in which those paths appear in this list.
|
||||||
# Only one of pathRules or routeRules must be set.
|
# Within a given pathMatcher, only one of pathRules or routeRules must be set.
|
||||||
# Corresponds to the JSON property `pathRules`
|
# Corresponds to the JSON property `pathRules`
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::PathRule>]
|
# @return [Array<Google::Apis::ComputeAlpha::PathRule>]
|
||||||
attr_accessor :path_rules
|
attr_accessor :path_rules
|
||||||
|
@ -23075,7 +23095,8 @@ module Google
|
||||||
# advanced route matching and routing actions are desired. The order of
|
# advanced route matching and routing actions are desired. The order of
|
||||||
# specifying routeRules matters: the first rule that matches will cause its
|
# specifying routeRules matters: the first rule that matches will cause its
|
||||||
# specified routing action to take effect.
|
# specified routing action to take effect.
|
||||||
# Only one of pathRules or routeRules must be set.
|
# Within a given pathMatcher, only one of pathRules or routeRules must be set.
|
||||||
|
# routeRules are not supported in UrlMaps intended for External Load balancers.
|
||||||
# Corresponds to the JSON property `routeRules`
|
# Corresponds to the JSON property `routeRules`
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::HttpRouteRule>]
|
# @return [Array<Google::Apis::ComputeAlpha::HttpRouteRule>]
|
||||||
attr_accessor :route_rules
|
attr_accessor :route_rules
|
||||||
|
@ -23366,7 +23387,12 @@ module Google
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::Rule>]
|
# @return [Array<Google::Apis::ComputeAlpha::Rule>]
|
||||||
attr_accessor :rules
|
attr_accessor :rules
|
||||||
|
|
||||||
# Deprecated.
|
# Specifies the format of the policy.
|
||||||
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
|
# rejected.
|
||||||
|
# Policies with any conditional bindings must specify version 3. Policies
|
||||||
|
# without any conditional bindings may specify any valid value or leave the
|
||||||
|
# field unset.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -24073,11 +24099,6 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :fingerprint
|
attr_accessor :fingerprint
|
||||||
|
|
||||||
# The list of Google announcements that exist for this delegated prefix.
|
|
||||||
# Corresponds to the JSON property `googleAnnouncements`
|
|
||||||
# @return [Array<Google::Apis::ComputeAlpha::PublicDelegatedPrefixGoogleAnnouncement>]
|
|
||||||
attr_accessor :google_announcements
|
|
||||||
|
|
||||||
# [Output Only] The unique identifier for the resource type. The server
|
# [Output Only] The unique identifier for the resource type. The server
|
||||||
# generates this identifier.
|
# generates this identifier.
|
||||||
# Corresponds to the JSON property `id`
|
# Corresponds to the JSON property `id`
|
||||||
|
@ -24150,7 +24171,6 @@ module Google
|
||||||
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
||||||
@description = args[:description] if args.key?(:description)
|
@description = args[:description] if args.key?(:description)
|
||||||
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
||||||
@google_announcements = args[:google_announcements] if args.key?(:google_announcements)
|
|
||||||
@id = args[:id] if args.key?(:id)
|
@id = args[:id] if args.key?(:id)
|
||||||
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
||||||
@kind = args[:kind] if args.key?(:kind)
|
@kind = args[:kind] if args.key?(:kind)
|
||||||
|
@ -24283,37 +24303,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# A Google announcement advertises the prefix internally within Google's network
|
|
||||||
# backbone from the specified scope.
|
|
||||||
class PublicDelegatedPrefixGoogleAnnouncement
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The name of a Google announcement. The name must be 1-63 characters long, and
|
|
||||||
# comply with RFC1035. Specifically, the name must be 1-63 characters long and
|
|
||||||
# match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
|
|
||||||
# first // character must be a lowercase letter, and all following characters
|
|
||||||
# must be a dash, lowercase letter, or digit, except the last character, which
|
|
||||||
# cannot be a dash.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
# The status of this Google announcement.
|
|
||||||
# Corresponds to the JSON property `status`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :status
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
@status = args[:status] if args.key?(:status)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
#
|
#
|
||||||
class PublicDelegatedPrefixList
|
class PublicDelegatedPrefixList
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
@ -29321,6 +29310,12 @@ module Google
|
||||||
attr_accessor :latency_tolerant
|
attr_accessor :latency_tolerant
|
||||||
alias_method :latency_tolerant?, :latency_tolerant
|
alias_method :latency_tolerant?, :latency_tolerant
|
||||||
|
|
||||||
|
# An opaque location hint used to place the instance close to other resources.
|
||||||
|
# This field is for use by internal tools that use the public API.
|
||||||
|
# Corresponds to the JSON property `locationHint`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :location_hint
|
||||||
|
|
||||||
# The minimum number of virtual CPUs this instance will consume when running on
|
# The minimum number of virtual CPUs this instance will consume when running on
|
||||||
# a sole-tenant node.
|
# a sole-tenant node.
|
||||||
# Corresponds to the JSON property `minNodeCpus`
|
# Corresponds to the JSON property `minNodeCpus`
|
||||||
|
@ -29357,6 +29352,7 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
|
@automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
|
||||||
@latency_tolerant = args[:latency_tolerant] if args.key?(:latency_tolerant)
|
@latency_tolerant = args[:latency_tolerant] if args.key?(:latency_tolerant)
|
||||||
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
||||||
@min_node_cpus = args[:min_node_cpus] if args.key?(:min_node_cpus)
|
@min_node_cpus = args[:min_node_cpus] if args.key?(:min_node_cpus)
|
||||||
@node_affinities = args[:node_affinities] if args.key?(:node_affinities)
|
@node_affinities = args[:node_affinities] if args.key?(:node_affinities)
|
||||||
@on_host_maintenance = args[:on_host_maintenance] if args.key?(:on_host_maintenance)
|
@on_host_maintenance = args[:on_host_maintenance] if args.key?(:on_host_maintenance)
|
||||||
|
|
|
@ -3184,12 +3184,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class PublicDelegatedPrefixGoogleAnnouncement
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class PublicDelegatedPrefixList
|
class PublicDelegatedPrefixList
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -7849,6 +7843,7 @@ module Google
|
||||||
property :name, as: 'name'
|
property :name, as: 'name'
|
||||||
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeAlpha::NetworkInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterface::Representation
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeAlpha::NetworkInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterface::Representation
|
||||||
|
|
||||||
|
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
||||||
property :preserved_state_size_gb, :numeric_string => true, as: 'preservedStateSizeGb'
|
property :preserved_state_size_gb, :numeric_string => true, as: 'preservedStateSizeGb'
|
||||||
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
|
||||||
|
|
||||||
|
@ -8567,6 +8562,7 @@ module Google
|
||||||
property :min_cpu_platform, as: 'minCpuPlatform'
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
||||||
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeAlpha::NetworkInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterface::Representation
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeAlpha::NetworkInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterface::Representation
|
||||||
|
|
||||||
|
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
||||||
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
|
||||||
|
|
||||||
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::Scheduling, decorator: Google::Apis::ComputeAlpha::Scheduling::Representation
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::Scheduling, decorator: Google::Apis::ComputeAlpha::Scheduling::Representation
|
||||||
|
@ -10472,6 +10468,8 @@ module Google
|
||||||
property :authority, as: 'authority'
|
property :authority, as: 'authority'
|
||||||
property :endpoint, as: 'endpoint'
|
property :endpoint, as: 'endpoint'
|
||||||
property :payload_name, as: 'payloadName'
|
property :payload_name, as: 'payloadName'
|
||||||
|
property :resend_interval, as: 'resendInterval', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
||||||
|
|
||||||
property :retry_duration_sec, as: 'retryDurationSec'
|
property :retry_duration_sec, as: 'retryDurationSec'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -11174,8 +11172,6 @@ module Google
|
||||||
property :creation_timestamp, as: 'creationTimestamp'
|
property :creation_timestamp, as: 'creationTimestamp'
|
||||||
property :description, as: 'description'
|
property :description, as: 'description'
|
||||||
property :fingerprint, :base64 => true, as: 'fingerprint'
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
||||||
collection :google_announcements, as: 'googleAnnouncements', class: Google::Apis::ComputeAlpha::PublicDelegatedPrefixGoogleAnnouncement, decorator: Google::Apis::ComputeAlpha::PublicDelegatedPrefixGoogleAnnouncement::Representation
|
|
||||||
|
|
||||||
property :id, :numeric_string => true, as: 'id'
|
property :id, :numeric_string => true, as: 'id'
|
||||||
property :ip_cidr_range, as: 'ipCidrRange'
|
property :ip_cidr_range, as: 'ipCidrRange'
|
||||||
property :kind, as: 'kind'
|
property :kind, as: 'kind'
|
||||||
|
@ -11222,14 +11218,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class PublicDelegatedPrefixGoogleAnnouncement
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :status, as: 'status'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class PublicDelegatedPrefixList
|
class PublicDelegatedPrefixList
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -12547,6 +12535,7 @@ module Google
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :automatic_restart, as: 'automaticRestart'
|
property :automatic_restart, as: 'automaticRestart'
|
||||||
property :latency_tolerant, as: 'latencyTolerant'
|
property :latency_tolerant, as: 'latencyTolerant'
|
||||||
|
property :location_hint, as: 'locationHint'
|
||||||
property :min_node_cpus, as: 'minNodeCpus'
|
property :min_node_cpus, as: 'minNodeCpus'
|
||||||
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeAlpha::SchedulingNodeAffinity, decorator: Google::Apis::ComputeAlpha::SchedulingNodeAffinity::Representation
|
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeAlpha::SchedulingNodeAffinity, decorator: Google::Apis::ComputeAlpha::SchedulingNodeAffinity::Representation
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeBeta
|
module ComputeBeta
|
||||||
VERSION = 'Beta'
|
VERSION = 'Beta'
|
||||||
REVISION = '20190825'
|
REVISION = '20190905'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1476,8 +1476,7 @@ module Google
|
||||||
# @return [Array<String>]
|
# @return [Array<String>]
|
||||||
attr_accessor :exempted_members
|
attr_accessor :exempted_members
|
||||||
|
|
||||||
# Specifies whether principals can be exempted for the same LogType in lower-
|
#
|
||||||
# level resource policies. If true, any lower-level exemptions will be ignored.
|
|
||||||
# Corresponds to the JSON property `ignoreChildExemptions`
|
# Corresponds to the JSON property `ignoreChildExemptions`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :ignore_child_exemptions
|
attr_accessor :ignore_child_exemptions
|
||||||
|
@ -19439,7 +19438,7 @@ module Google
|
||||||
# first basis.
|
# first basis.
|
||||||
# For example: a pathRule with a path /a/b/c/* will match before /a/b/*
|
# For example: a pathRule with a path /a/b/c/* will match before /a/b/*
|
||||||
# irrespective of the order in which those paths appear in this list.
|
# irrespective of the order in which those paths appear in this list.
|
||||||
# Only one of pathRules or routeRules must be set.
|
# Within a given pathMatcher, only one of pathRules or routeRules must be set.
|
||||||
# Corresponds to the JSON property `pathRules`
|
# Corresponds to the JSON property `pathRules`
|
||||||
# @return [Array<Google::Apis::ComputeBeta::PathRule>]
|
# @return [Array<Google::Apis::ComputeBeta::PathRule>]
|
||||||
attr_accessor :path_rules
|
attr_accessor :path_rules
|
||||||
|
@ -19448,7 +19447,8 @@ module Google
|
||||||
# advanced route matching and routing actions are desired. The order of
|
# advanced route matching and routing actions are desired. The order of
|
||||||
# specifying routeRules matters: the first rule that matches will cause its
|
# specifying routeRules matters: the first rule that matches will cause its
|
||||||
# specified routing action to take effect.
|
# specified routing action to take effect.
|
||||||
# Only one of pathRules or routeRules must be set.
|
# Within a given pathMatcher, only one of pathRules or routeRules must be set.
|
||||||
|
# routeRules are not supported in UrlMaps intended for External Load balancers.
|
||||||
# Corresponds to the JSON property `routeRules`
|
# Corresponds to the JSON property `routeRules`
|
||||||
# @return [Array<Google::Apis::ComputeBeta::HttpRouteRule>]
|
# @return [Array<Google::Apis::ComputeBeta::HttpRouteRule>]
|
||||||
attr_accessor :route_rules
|
attr_accessor :route_rules
|
||||||
|
@ -19619,7 +19619,12 @@ module Google
|
||||||
# @return [Array<Google::Apis::ComputeBeta::Rule>]
|
# @return [Array<Google::Apis::ComputeBeta::Rule>]
|
||||||
attr_accessor :rules
|
attr_accessor :rules
|
||||||
|
|
||||||
# Deprecated.
|
# Specifies the format of the policy.
|
||||||
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
|
# rejected.
|
||||||
|
# Policies with any conditional bindings must specify version 3. Policies
|
||||||
|
# without any conditional bindings may specify any valid value or leave the
|
||||||
|
# field unset.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeV1
|
module ComputeV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190825'
|
REVISION = '20190905'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -436,6 +436,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class CircuitBreakers
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class Commitment
|
class Commitment
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -508,6 +514,24 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class ConsistentHashLoadBalancerSettings
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class ConsistentHashLoadBalancerSettingsHttpCookie
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class CorsPolicy
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class CustomerEncryptionKey
|
class CustomerEncryptionKey
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -694,6 +718,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Duration
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class Expr
|
class Expr
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -982,6 +1012,42 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class HttpFaultAbort
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpFaultDelay
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpFaultInjection
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderAction
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderMatch
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderOption
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class HttpHealthCheck
|
class HttpHealthCheck
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1006,6 +1072,42 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class HttpQueryParameterMatch
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRedirectAction
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRetryPolicy
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteAction
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteRule
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteRuleMatch
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class HttpsHealthCheck
|
class HttpsHealthCheck
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1450,6 +1552,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Int64RangeMatch
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class Interconnect
|
class Interconnect
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1798,6 +1906,18 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class MetadataFilter
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class MetadataFilterLabelMatch
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class NamedPort
|
class NamedPort
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -2284,6 +2404,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class OutlierDetection
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class PathMatcher
|
class PathMatcher
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -2554,6 +2680,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RequestMirrorPolicy
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class Reservation
|
class Reservation
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -3790,6 +3922,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class UrlRewrite
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class UsableSubnetwork
|
class UsableSubnetwork
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -4012,6 +4150,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class WeightedBackendService
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class XpnHostList
|
class XpnHostList
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -4659,8 +4803,12 @@ module Google
|
||||||
|
|
||||||
property :cdn_policy, as: 'cdnPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicy::Representation
|
property :cdn_policy, as: 'cdnPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicy::Representation
|
||||||
|
|
||||||
|
property :circuit_breakers, as: 'circuitBreakers', class: Google::Apis::ComputeV1::CircuitBreakers, decorator: Google::Apis::ComputeV1::CircuitBreakers::Representation
|
||||||
|
|
||||||
property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeV1::ConnectionDraining, decorator: Google::Apis::ComputeV1::ConnectionDraining::Representation
|
property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeV1::ConnectionDraining, decorator: Google::Apis::ComputeV1::ConnectionDraining::Representation
|
||||||
|
|
||||||
|
property :consistent_hash, as: 'consistentHash', class: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings, decorator: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings::Representation
|
||||||
|
|
||||||
property :creation_timestamp, as: 'creationTimestamp'
|
property :creation_timestamp, as: 'creationTimestamp'
|
||||||
collection :custom_request_headers, as: 'customRequestHeaders'
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
||||||
property :description, as: 'description'
|
property :description, as: 'description'
|
||||||
|
@ -4672,7 +4820,10 @@ module Google
|
||||||
property :id, :numeric_string => true, as: 'id'
|
property :id, :numeric_string => true, as: 'id'
|
||||||
property :kind, as: 'kind'
|
property :kind, as: 'kind'
|
||||||
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
||||||
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
||||||
property :name, as: 'name'
|
property :name, as: 'name'
|
||||||
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
||||||
|
|
||||||
property :port, as: 'port'
|
property :port, as: 'port'
|
||||||
property :port_name, as: 'portName'
|
property :port_name, as: 'portName'
|
||||||
property :protocol, as: 'protocol'
|
property :protocol, as: 'protocol'
|
||||||
|
@ -4841,6 +4992,17 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class CircuitBreakers
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :max_connections, as: 'maxConnections'
|
||||||
|
property :max_pending_requests, as: 'maxPendingRequests'
|
||||||
|
property :max_requests, as: 'maxRequests'
|
||||||
|
property :max_requests_per_connection, as: 'maxRequestsPerConnection'
|
||||||
|
property :max_retries, as: 'maxRetries'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class Commitment
|
class Commitment
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -4973,6 +5135,40 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class ConsistentHashLoadBalancerSettings
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :http_cookie, as: 'httpCookie', class: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettingsHttpCookie, decorator: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettingsHttpCookie::Representation
|
||||||
|
|
||||||
|
property :http_header_name, as: 'httpHeaderName'
|
||||||
|
property :minimum_ring_size, :numeric_string => true, as: 'minimumRingSize'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class ConsistentHashLoadBalancerSettingsHttpCookie
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :name, as: 'name'
|
||||||
|
property :path, as: 'path'
|
||||||
|
property :ttl, as: 'ttl', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class CorsPolicy
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :allow_credentials, as: 'allowCredentials'
|
||||||
|
collection :allow_headers, as: 'allowHeaders'
|
||||||
|
collection :allow_methods, as: 'allowMethods'
|
||||||
|
collection :allow_origin_regexes, as: 'allowOriginRegexes'
|
||||||
|
collection :allow_origins, as: 'allowOrigins'
|
||||||
|
property :disabled, as: 'disabled'
|
||||||
|
collection :expose_headers, as: 'exposeHeaders'
|
||||||
|
property :max_age, as: 'maxAge'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class CustomerEncryptionKey
|
class CustomerEncryptionKey
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -5305,6 +5501,14 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Duration
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :nanos, as: 'nanos'
|
||||||
|
property :seconds, :numeric_string => true, as: 'seconds'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class Expr
|
class Expr
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -5478,6 +5682,8 @@ module Google
|
||||||
property :ip_version, as: 'ipVersion'
|
property :ip_version, as: 'ipVersion'
|
||||||
property :kind, as: 'kind'
|
property :kind, as: 'kind'
|
||||||
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
||||||
|
collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeV1::MetadataFilter, decorator: Google::Apis::ComputeV1::MetadataFilter::Representation
|
||||||
|
|
||||||
property :name, as: 'name'
|
property :name, as: 'name'
|
||||||
property :network, as: 'network'
|
property :network, as: 'network'
|
||||||
property :network_tier, as: 'networkTier'
|
property :network_tier, as: 'networkTier'
|
||||||
|
@ -5845,6 +6051,69 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class HttpFaultAbort
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :http_status, as: 'httpStatus'
|
||||||
|
property :percentage, as: 'percentage'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpFaultDelay
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :fixed_delay, as: 'fixedDelay', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
property :percentage, as: 'percentage'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpFaultInjection
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :abort, as: 'abort', class: Google::Apis::ComputeV1::HttpFaultAbort, decorator: Google::Apis::ComputeV1::HttpFaultAbort::Representation
|
||||||
|
|
||||||
|
property :delay, as: 'delay', class: Google::Apis::ComputeV1::HttpFaultDelay, decorator: Google::Apis::ComputeV1::HttpFaultDelay::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderAction
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
collection :request_headers_to_add, as: 'requestHeadersToAdd', class: Google::Apis::ComputeV1::HttpHeaderOption, decorator: Google::Apis::ComputeV1::HttpHeaderOption::Representation
|
||||||
|
|
||||||
|
collection :request_headers_to_remove, as: 'requestHeadersToRemove'
|
||||||
|
collection :response_headers_to_add, as: 'responseHeadersToAdd', class: Google::Apis::ComputeV1::HttpHeaderOption, decorator: Google::Apis::ComputeV1::HttpHeaderOption::Representation
|
||||||
|
|
||||||
|
collection :response_headers_to_remove, as: 'responseHeadersToRemove'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderMatch
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :exact_match, as: 'exactMatch'
|
||||||
|
property :header_name, as: 'headerName'
|
||||||
|
property :invert_match, as: 'invertMatch'
|
||||||
|
property :prefix_match, as: 'prefixMatch'
|
||||||
|
property :present_match, as: 'presentMatch'
|
||||||
|
property :range_match, as: 'rangeMatch', class: Google::Apis::ComputeV1::Int64RangeMatch, decorator: Google::Apis::ComputeV1::Int64RangeMatch::Representation
|
||||||
|
|
||||||
|
property :regex_match, as: 'regexMatch'
|
||||||
|
property :suffix_match, as: 'suffixMatch'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpHeaderOption
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :header_name, as: 'headerName'
|
||||||
|
property :header_value, as: 'headerValue'
|
||||||
|
property :replace, as: 'replace'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class HttpHealthCheck
|
class HttpHealthCheck
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -5896,6 +6165,89 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class HttpQueryParameterMatch
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :exact_match, as: 'exactMatch'
|
||||||
|
property :name, as: 'name'
|
||||||
|
property :present_match, as: 'presentMatch'
|
||||||
|
property :regex_match, as: 'regexMatch'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRedirectAction
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :host_redirect, as: 'hostRedirect'
|
||||||
|
property :https_redirect, as: 'httpsRedirect'
|
||||||
|
property :path_redirect, as: 'pathRedirect'
|
||||||
|
property :prefix_redirect, as: 'prefixRedirect'
|
||||||
|
property :redirect_response_code, as: 'redirectResponseCode'
|
||||||
|
property :strip_query, as: 'stripQuery'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRetryPolicy
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :num_retries, as: 'numRetries'
|
||||||
|
property :per_try_timeout, as: 'perTryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
collection :retry_conditions, as: 'retryConditions'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteAction
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :cors_policy, as: 'corsPolicy', class: Google::Apis::ComputeV1::CorsPolicy, decorator: Google::Apis::ComputeV1::CorsPolicy::Representation
|
||||||
|
|
||||||
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeV1::HttpFaultInjection, decorator: Google::Apis::ComputeV1::HttpFaultInjection::Representation
|
||||||
|
|
||||||
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeV1::RequestMirrorPolicy, decorator: Google::Apis::ComputeV1::RequestMirrorPolicy::Representation
|
||||||
|
|
||||||
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeV1::HttpRetryPolicy, decorator: Google::Apis::ComputeV1::HttpRetryPolicy::Representation
|
||||||
|
|
||||||
|
property :timeout, as: 'timeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
property :url_rewrite, as: 'urlRewrite', class: Google::Apis::ComputeV1::UrlRewrite, decorator: Google::Apis::ComputeV1::UrlRewrite::Representation
|
||||||
|
|
||||||
|
collection :weighted_backend_services, as: 'weightedBackendServices', class: Google::Apis::ComputeV1::WeightedBackendService, decorator: Google::Apis::ComputeV1::WeightedBackendService::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteRule
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :header_action, as: 'headerAction', class: Google::Apis::ComputeV1::HttpHeaderAction, decorator: Google::Apis::ComputeV1::HttpHeaderAction::Representation
|
||||||
|
|
||||||
|
collection :match_rules, as: 'matchRules', class: Google::Apis::ComputeV1::HttpRouteRuleMatch, decorator: Google::Apis::ComputeV1::HttpRouteRuleMatch::Representation
|
||||||
|
|
||||||
|
property :route_action, as: 'routeAction', class: Google::Apis::ComputeV1::HttpRouteAction, decorator: Google::Apis::ComputeV1::HttpRouteAction::Representation
|
||||||
|
|
||||||
|
property :service, as: 'service'
|
||||||
|
property :url_redirect, as: 'urlRedirect', class: Google::Apis::ComputeV1::HttpRedirectAction, decorator: Google::Apis::ComputeV1::HttpRedirectAction::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class HttpRouteRuleMatch
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :full_path_match, as: 'fullPathMatch'
|
||||||
|
collection :header_matches, as: 'headerMatches', class: Google::Apis::ComputeV1::HttpHeaderMatch, decorator: Google::Apis::ComputeV1::HttpHeaderMatch::Representation
|
||||||
|
|
||||||
|
property :ignore_case, as: 'ignoreCase'
|
||||||
|
collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeV1::MetadataFilter, decorator: Google::Apis::ComputeV1::MetadataFilter::Representation
|
||||||
|
|
||||||
|
property :prefix_match, as: 'prefixMatch'
|
||||||
|
collection :query_parameter_matches, as: 'queryParameterMatches', class: Google::Apis::ComputeV1::HttpQueryParameterMatch, decorator: Google::Apis::ComputeV1::HttpQueryParameterMatch::Representation
|
||||||
|
|
||||||
|
property :regex_match, as: 'regexMatch'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class HttpsHealthCheck
|
class HttpsHealthCheck
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -6746,6 +7098,14 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Int64RangeMatch
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :range_end, :numeric_string => true, as: 'rangeEnd'
|
||||||
|
property :range_start, :numeric_string => true, as: 'rangeStart'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class Interconnect
|
class Interconnect
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -7397,6 +7757,23 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class MetadataFilter
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
collection :filter_labels, as: 'filterLabels', class: Google::Apis::ComputeV1::MetadataFilterLabelMatch, decorator: Google::Apis::ComputeV1::MetadataFilterLabelMatch::Representation
|
||||||
|
|
||||||
|
property :filter_match_criteria, as: 'filterMatchCriteria'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class MetadataFilterLabelMatch
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :name, as: 'name'
|
||||||
|
property :value, as: 'value'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class NamedPort
|
class NamedPort
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -8267,14 +8644,41 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class OutlierDetection
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :base_ejection_time, as: 'baseEjectionTime', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
property :consecutive_errors, as: 'consecutiveErrors'
|
||||||
|
property :consecutive_gateway_failure, as: 'consecutiveGatewayFailure'
|
||||||
|
property :enforcing_consecutive_errors, as: 'enforcingConsecutiveErrors'
|
||||||
|
property :enforcing_consecutive_gateway_failure, as: 'enforcingConsecutiveGatewayFailure'
|
||||||
|
property :enforcing_success_rate, as: 'enforcingSuccessRate'
|
||||||
|
property :interval, as: 'interval', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
||||||
|
|
||||||
|
property :max_ejection_percent, as: 'maxEjectionPercent'
|
||||||
|
property :success_rate_minimum_hosts, as: 'successRateMinimumHosts'
|
||||||
|
property :success_rate_request_volume, as: 'successRateRequestVolume'
|
||||||
|
property :success_rate_stdev_factor, as: 'successRateStdevFactor'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class PathMatcher
|
class PathMatcher
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeV1::HttpRouteAction, decorator: Google::Apis::ComputeV1::HttpRouteAction::Representation
|
||||||
|
|
||||||
property :default_service, as: 'defaultService'
|
property :default_service, as: 'defaultService'
|
||||||
|
property :default_url_redirect, as: 'defaultUrlRedirect', class: Google::Apis::ComputeV1::HttpRedirectAction, decorator: Google::Apis::ComputeV1::HttpRedirectAction::Representation
|
||||||
|
|
||||||
property :description, as: 'description'
|
property :description, as: 'description'
|
||||||
|
property :header_action, as: 'headerAction', class: Google::Apis::ComputeV1::HttpHeaderAction, decorator: Google::Apis::ComputeV1::HttpHeaderAction::Representation
|
||||||
|
|
||||||
property :name, as: 'name'
|
property :name, as: 'name'
|
||||||
collection :path_rules, as: 'pathRules', class: Google::Apis::ComputeV1::PathRule, decorator: Google::Apis::ComputeV1::PathRule::Representation
|
collection :path_rules, as: 'pathRules', class: Google::Apis::ComputeV1::PathRule, decorator: Google::Apis::ComputeV1::PathRule::Representation
|
||||||
|
|
||||||
|
collection :route_rules, as: 'routeRules', class: Google::Apis::ComputeV1::HttpRouteRule, decorator: Google::Apis::ComputeV1::HttpRouteRule::Representation
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -8282,7 +8686,11 @@ module Google
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
collection :paths, as: 'paths'
|
collection :paths, as: 'paths'
|
||||||
|
property :route_action, as: 'routeAction', class: Google::Apis::ComputeV1::HttpRouteAction, decorator: Google::Apis::ComputeV1::HttpRouteAction::Representation
|
||||||
|
|
||||||
property :service, as: 'service'
|
property :service, as: 'service'
|
||||||
|
property :url_redirect, as: 'urlRedirect', class: Google::Apis::ComputeV1::HttpRedirectAction, decorator: Google::Apis::ComputeV1::HttpRedirectAction::Representation
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -8709,6 +9117,13 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RequestMirrorPolicy
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :backend_service, as: 'backendService'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class Reservation
|
class Reservation
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -10735,9 +11150,15 @@ module Google
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :creation_timestamp, as: 'creationTimestamp'
|
property :creation_timestamp, as: 'creationTimestamp'
|
||||||
|
property :default_route_action, as: 'defaultRouteAction', class: Google::Apis::ComputeV1::HttpRouteAction, decorator: Google::Apis::ComputeV1::HttpRouteAction::Representation
|
||||||
|
|
||||||
property :default_service, as: 'defaultService'
|
property :default_service, as: 'defaultService'
|
||||||
|
property :default_url_redirect, as: 'defaultUrlRedirect', class: Google::Apis::ComputeV1::HttpRedirectAction, decorator: Google::Apis::ComputeV1::HttpRedirectAction::Representation
|
||||||
|
|
||||||
property :description, as: 'description'
|
property :description, as: 'description'
|
||||||
property :fingerprint, :base64 => true, as: 'fingerprint'
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
||||||
|
property :header_action, as: 'headerAction', class: Google::Apis::ComputeV1::HttpHeaderAction, decorator: Google::Apis::ComputeV1::HttpHeaderAction::Representation
|
||||||
|
|
||||||
collection :host_rules, as: 'hostRules', class: Google::Apis::ComputeV1::HostRule, decorator: Google::Apis::ComputeV1::HostRule::Representation
|
collection :host_rules, as: 'hostRules', class: Google::Apis::ComputeV1::HostRule, decorator: Google::Apis::ComputeV1::HostRule::Representation
|
||||||
|
|
||||||
property :id, :numeric_string => true, as: 'id'
|
property :id, :numeric_string => true, as: 'id'
|
||||||
|
@ -10888,6 +11309,14 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class UrlRewrite
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :host_rewrite, as: 'hostRewrite'
|
||||||
|
property :path_prefix_rewrite, as: 'pathPrefixRewrite'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class UsableSubnetwork
|
class UsableSubnetwork
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -11281,6 +11710,16 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class WeightedBackendService
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :backend_service, as: 'backendService'
|
||||||
|
property :header_action, as: 'headerAction', class: Google::Apis::ComputeV1::HttpHeaderAction, decorator: Google::Apis::ComputeV1::HttpHeaderAction::Representation
|
||||||
|
|
||||||
|
property :weight, as: 'weight'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class XpnHostList
|
class XpnHostList
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/healthcare
|
# @see https://cloud.google.com/healthcare
|
||||||
module HealthcareV1beta1
|
module HealthcareV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190918'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -266,7 +266,7 @@ module Google
|
||||||
|
|
||||||
# The default timezone used by this dataset. Must be a either a valid IANA
|
# The default timezone used by this dataset. Must be a either a valid IANA
|
||||||
# time zone name such as "America/New_York" or empty, which defaults to UTC.
|
# time zone name such as "America/New_York" or empty, which defaults to UTC.
|
||||||
# This is used for parsing times in resources (e.g., HL7 messages) where no
|
# This is used for parsing times in resources, such as HL7 messages, where no
|
||||||
# explicit timezone is specified.
|
# explicit timezone is specified.
|
||||||
# Corresponds to the JSON property `timeZone`
|
# Corresponds to the JSON property `timeZone`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -318,12 +318,12 @@ module Google
|
||||||
# @return [Google::Apis::HealthcareV1beta1::DicomConfig]
|
# @return [Google::Apis::HealthcareV1beta1::DicomConfig]
|
||||||
attr_accessor :dicom
|
attr_accessor :dicom
|
||||||
|
|
||||||
# Specifies how de-identification of a FHIR store should be handled.
|
# Specifies how to handle de-identification of a FHIR store.
|
||||||
# Corresponds to the JSON property `fhir`
|
# Corresponds to the JSON property `fhir`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::FhirConfig]
|
# @return [Google::Apis::HealthcareV1beta1::FhirConfig]
|
||||||
attr_accessor :fhir
|
attr_accessor :fhir
|
||||||
|
|
||||||
# Specifies how de-identification of image pixel should be handled.
|
# Specifies how to handle de-identification of image pixels.
|
||||||
# Corresponds to the JSON property `image`
|
# Corresponds to the JSON property `image`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::ImageConfig]
|
# @return [Google::Apis::HealthcareV1beta1::ImageConfig]
|
||||||
attr_accessor :image
|
attr_accessor :image
|
||||||
|
@ -359,8 +359,7 @@ module Google
|
||||||
# @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
|
# @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
|
||||||
attr_accessor :config
|
attr_accessor :config
|
||||||
|
|
||||||
# The name of the dataset resource to create and write the redacted data to
|
# The name of the dataset resource to create and write the redacted data to.
|
||||||
# (e.g.,
|
|
||||||
# * The destination dataset must not exist.
|
# * The destination dataset must not exist.
|
||||||
# * The destination dataset must be in the same project as the source
|
# * The destination dataset must be in the same project as the source
|
||||||
# dataset. De-identifying data across multiple projects is not supported.
|
# dataset. De-identifying data across multiple projects is not supported.
|
||||||
|
@ -383,12 +382,12 @@ module Google
|
||||||
class DeidentifyErrorDetails
|
class DeidentifyErrorDetails
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Number of resources failed to process.
|
# Number of resources that failed to process.
|
||||||
# Corresponds to the JSON property `failureResourceCount`
|
# Corresponds to the JSON property `failureResourceCount`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :failure_resource_count
|
attr_accessor :failure_resource_count
|
||||||
|
|
||||||
# Number of stores failed to process.
|
# Number of stores that failed to process.
|
||||||
# Corresponds to the JSON property `failureStoreCount`
|
# Corresponds to the JSON property `failureStoreCount`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :failure_store_count
|
attr_accessor :failure_store_count
|
||||||
|
@ -420,6 +419,14 @@ module Google
|
||||||
class DeidentifySummary
|
class DeidentifySummary
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# Number of resources that failed to process.
|
||||||
|
# The failures might be caused by:
|
||||||
|
# * Invalid user input data
|
||||||
|
# * Transient errors that could be skipped
|
||||||
|
# Corresponds to the JSON property `failureResourceCount`
|
||||||
|
# @return [Fixnum]
|
||||||
|
attr_accessor :failure_resource_count
|
||||||
|
|
||||||
# Number of resources successfully processed.
|
# Number of resources successfully processed.
|
||||||
# Corresponds to the JSON property `successResourceCount`
|
# Corresponds to the JSON property `successResourceCount`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
|
@ -436,6 +443,7 @@ module Google
|
||||||
|
|
||||||
# Update properties of this object
|
# Update properties of this object
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
|
@failure_resource_count = args[:failure_resource_count] if args.key?(:failure_resource_count)
|
||||||
@success_resource_count = args[:success_resource_count] if args.key?(:success_resource_count)
|
@success_resource_count = args[:success_resource_count] if args.key?(:success_resource_count)
|
||||||
@success_store_count = args[:success_store_count] if args.key?(:success_store_count)
|
@success_store_count = args[:success_store_count] if args.key?(:success_store_count)
|
||||||
end
|
end
|
||||||
|
@ -511,7 +519,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# Specifies where notifications should be sent upon changes to a data store.
|
# Specifies where to send notifications upon changes to a data store.
|
||||||
# Corresponds to the JSON property `notificationConfig`
|
# Corresponds to the JSON property `notificationConfig`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
||||||
attr_accessor :notification_config
|
attr_accessor :notification_config
|
||||||
|
@ -580,20 +588,20 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
# Exports data from the specified DICOM store.
|
# Exports data from the specified DICOM store.
|
||||||
# If a given resource (e.g., a DICOM object with the same SOPInstance UID)
|
# If a given resource, such as a DICOM object with the same SOPInstance UID,
|
||||||
# already exists in the output, it is overwritten with the version
|
# already exists in the output, it is overwritten with the version
|
||||||
# in the source dataset.
|
# in the source dataset.
|
||||||
# Exported DICOM data will persist when the DICOM store from which it was
|
# Exported DICOM data persists when the DICOM store from which it was
|
||||||
# exported is deleted.
|
# exported is deleted.
|
||||||
class ExportDicomDataRequest
|
class ExportDicomDataRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The BigQuery table where the output should be written.
|
# The BigQuery table where the server writes the output.
|
||||||
# Corresponds to the JSON property `bigqueryDestination`
|
# Corresponds to the JSON property `bigqueryDestination`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination]
|
# @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination]
|
||||||
attr_accessor :bigquery_destination
|
attr_accessor :bigquery_destination
|
||||||
|
|
||||||
# The Cloud Storage location where the output should be written, and the export
|
# The Cloud Storage location where the server writes the output and the export
|
||||||
# configuration.
|
# configuration.
|
||||||
# Corresponds to the JSON property `gcsDestination`
|
# Corresponds to the JSON property `gcsDestination`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsDestination]
|
# @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsDestination]
|
||||||
|
@ -682,12 +690,12 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Specifies how de-identification of a FHIR store should be handled.
|
# Specifies how to handle de-identification of a FHIR store.
|
||||||
class FhirConfig
|
class FhirConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Specifies FHIR paths to match and how to transform them. Any field that
|
# Specifies FHIR paths to match and how to transform them. Any field that
|
||||||
# is not matched by a FieldMetadata will be passed through to the output
|
# is not matched by a FieldMetadata is passed through to the output
|
||||||
# dataset unmodified. All extensions are removed in the output.
|
# dataset unmodified. All extensions are removed in the output.
|
||||||
# Corresponds to the JSON property `fieldMetadataList`
|
# Corresponds to the JSON property `fieldMetadataList`
|
||||||
# @return [Array<Google::Apis::HealthcareV1beta1::FieldMetadata>]
|
# @return [Array<Google::Apis::HealthcareV1beta1::FieldMetadata>]
|
||||||
|
@ -709,12 +717,12 @@ module Google
|
||||||
|
|
||||||
# Whether to disable referential integrity in this FHIR store. This field is
|
# Whether to disable referential integrity in this FHIR store. This field is
|
||||||
# immutable after FHIR store creation.
|
# immutable after FHIR store creation.
|
||||||
# The default value is false, meaning that the API will enforce referential
|
# The default value is false, meaning that the API enforces referential
|
||||||
# integrity and fail the requests that will result in inconsistent state in
|
# integrity and fails the requests that result in inconsistent state in
|
||||||
# the FHIR store.
|
# the FHIR store.
|
||||||
# When this field is set to true, the API will skip referential integrity
|
# When this field is set to true, the API skips referential integrity
|
||||||
# check. Consequently, operations that rely on references, such as
|
# checks. Consequently, operations that rely on references, such as
|
||||||
# GetPatientEverything, will not return all the results if broken references
|
# GetPatientEverything, do not return all the results if broken references
|
||||||
# exist.
|
# exist.
|
||||||
# Corresponds to the JSON property `disableReferentialIntegrity`
|
# Corresponds to the JSON property `disableReferentialIntegrity`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
|
@ -723,35 +731,25 @@ module Google
|
||||||
|
|
||||||
# Whether to disable resource versioning for this FHIR store. This field can
|
# Whether to disable resource versioning for this FHIR store. This field can
|
||||||
# not be changed after the creation of FHIR store.
|
# not be changed after the creation of FHIR store.
|
||||||
# If set to false, which is the default behavior, all write operations will
|
# If set to false, which is the default behavior, all write operations
|
||||||
# cause historical versions to be recorded automatically. The historical
|
# cause historical versions to be recorded automatically. The historical
|
||||||
# versions can be fetched through the history APIs, but cannot be updated.
|
# versions can be fetched through the history APIs, but cannot be updated.
|
||||||
# If set to true, no historical versions will be kept. The server will send
|
# If set to true, no historical versions are kept. The server sends
|
||||||
# back errors for attempts to read the historical versions.
|
# errors for attempts to read the historical versions.
|
||||||
# Corresponds to the JSON property `disableResourceVersioning`
|
# Corresponds to the JSON property `disableResourceVersioning`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :disable_resource_versioning
|
attr_accessor :disable_resource_versioning
|
||||||
alias_method :disable_resource_versioning?, :disable_resource_versioning
|
alias_method :disable_resource_versioning?, :disable_resource_versioning
|
||||||
|
|
||||||
# Whether to allow the bulk import API to accept history bundles and directly
|
|
||||||
# insert historical resource versions into the FHIR store. Importing resource
|
|
||||||
# histories creates resource interactions that appear to have occurred in the
|
|
||||||
# past, which clients may not want to allow. If set to false, history bundles
|
|
||||||
# within an import will fail with an error.
|
|
||||||
# Corresponds to the JSON property `enableHistoryImport`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :enable_history_import
|
|
||||||
alias_method :enable_history_import?, :enable_history_import
|
|
||||||
|
|
||||||
# Whether this FHIR store has the [updateCreate
|
# Whether this FHIR store has the [updateCreate
|
||||||
# capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#
|
# capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#
|
||||||
# CapabilityStatement.rest.resource.updateCreate).
|
# CapabilityStatement.rest.resource.updateCreate).
|
||||||
# This determines if the client can use an Update operation to create a new
|
# This determines if the client can use an Update operation to create a new
|
||||||
# resource with a client-specified ID. If false, all IDs are server-assigned
|
# resource with a client-specified ID. If false, all IDs are server-assigned
|
||||||
# through the Create operation and attempts to Update a non-existent resource
|
# through the Create operation and attempts to update a non-existent resource
|
||||||
# will return errors. Please treat the audit logs with appropriate levels of
|
# return errors. Please treat the audit logs with appropriate levels of
|
||||||
# care if client-specified resource IDs contain sensitive data such as
|
# care if client-specified resource IDs contain sensitive data such as
|
||||||
# patient identifiers, those IDs will be part of the FHIR resource path
|
# patient identifiers, those IDs are part of the FHIR resource path
|
||||||
# recorded in Cloud audit logs and Cloud Pub/Sub notifications.
|
# recorded in Cloud audit logs and Cloud Pub/Sub notifications.
|
||||||
# Corresponds to the JSON property `enableUpdateCreate`
|
# Corresponds to the JSON property `enableUpdateCreate`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
|
@ -777,7 +775,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# Specifies where notifications should be sent upon changes to a data store.
|
# Specifies where to send notifications upon changes to a data store.
|
||||||
# Corresponds to the JSON property `notificationConfig`
|
# Corresponds to the JSON property `notificationConfig`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
||||||
attr_accessor :notification_config
|
attr_accessor :notification_config
|
||||||
|
@ -790,7 +788,6 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
|
@disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
|
||||||
@disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
|
@disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
|
||||||
@enable_history_import = args[:enable_history_import] if args.key?(:enable_history_import)
|
|
||||||
@enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
|
@enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
|
||||||
@labels = args[:labels] if args.key?(:labels)
|
@labels = args[:labels] if args.key?(:labels)
|
||||||
@name = args[:name] if args.key?(:name)
|
@name = args[:name] if args.key?(:name)
|
||||||
|
@ -812,8 +809,8 @@ module Google
|
||||||
# period-separated list where each component is either a field name or
|
# period-separated list where each component is either a field name or
|
||||||
# FHIR type name, for example: Patient, HumanName.
|
# FHIR type name, for example: Patient, HumanName.
|
||||||
# For "choice" types (those defined in the FHIR spec with the form:
|
# For "choice" types (those defined in the FHIR spec with the form:
|
||||||
# field[x]) we use two separate components. e.g. "deceasedAge.unit" is
|
# field[x]) we use two separate components. For example,
|
||||||
# matched by "Deceased.Age.unit".
|
# "deceasedAge.unit" is matched by "Deceased.Age.unit".
|
||||||
# Supported types are: AdministrativeGenderCode, Code, Date, DateTime,
|
# Supported types are: AdministrativeGenderCode, Code, Date, DateTime,
|
||||||
# Decimal, HumanName, Id, LanguageCode, Markdown, MimeTypeCode, Oid,
|
# Decimal, HumanName, Id, LanguageCode, Markdown, MimeTypeCode, Oid,
|
||||||
# String, Uri, Uuid, Xhtml.
|
# String, Uri, Uuid, Xhtml.
|
||||||
|
@ -832,12 +829,12 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# The BigQuery table where the output should be written.
|
# The BigQuery table where the server writes the output.
|
||||||
class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
|
class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# If the destination table already exists and this flag is `TRUE`, the table
|
# If the destination table already exists and this flag is `TRUE`, the table
|
||||||
# will be overwritten by the contents of the DICOM store. If the flag is not
|
# is overwritten by the contents of the DICOM store. If the flag is not
|
||||||
# set and the destination table already exists, the export call returns an
|
# set and the destination table already exists, the export call returns an
|
||||||
# error.
|
# error.
|
||||||
# Corresponds to the JSON property `force`
|
# Corresponds to the JSON property `force`
|
||||||
|
@ -862,31 +859,31 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# The Cloud Storage location where the output should be written, and the export
|
# The Cloud Storage location where the server writes the output and the export
|
||||||
# configuration.
|
# configuration.
|
||||||
class GoogleCloudHealthcareV1beta1DicomGcsDestination
|
class GoogleCloudHealthcareV1beta1DicomGcsDestination
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# MIME types supported by DICOM spec.
|
# MIME types supported by DICOM spec.
|
||||||
# Each file will be written in the following format:
|
# Each file is written in the following format:
|
||||||
# `.../`study_id`/`series_id`/`instance_id`[/`frame_number`].`extension``
|
# `.../`study_id`/`series_id`/`instance_id`[/`frame_number`].`extension``
|
||||||
# The frame_number component will exist only for multi-frame instances.
|
# The frame_number component exists only for multi-frame instances.
|
||||||
# Refer to the DICOM conformance statement for permissible MIME types:
|
# Refer to the DICOM conformance statement for permissible MIME types:
|
||||||
# https://cloud.google.com/healthcare/docs/dicom#wado-rs
|
# https://cloud.google.com/healthcare/docs/dicom#wado-rs
|
||||||
# The following extensions will be used for output files:
|
# The following extensions are used for output files:
|
||||||
# application/dicom -> .dcm
|
# application/dicom -> .dcm
|
||||||
# image/jpeg -> .jpg
|
# image/jpeg -> .jpg
|
||||||
# image/png -> .png
|
# image/png -> .png
|
||||||
# If unspecified, the instances will be exported in their original
|
# If unspecified, the instances are exported in their original
|
||||||
# DICOM format.
|
# DICOM format.
|
||||||
# Corresponds to the JSON property `mimeType`
|
# Corresponds to the JSON property `mimeType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :mime_type
|
attr_accessor :mime_type
|
||||||
|
|
||||||
# The Cloud Storage destination to export to.
|
# The Cloud Storage destination to export to.
|
||||||
# URI for a Cloud Storage directory where result files should be written (in
|
# URI for a Cloud Storage directory where the server writes the result files,
|
||||||
# the format `gs://`bucket-id`/`path/to/destination/dir``). If there is no
|
# in the format `gs://`bucket-id`/`path/to/destination/dir``). If there is no
|
||||||
# trailing slash, the service will append one when composing the object path.
|
# trailing slash, the service appends one when composing the object path.
|
||||||
# The user is responsible for creating the Cloud Storage bucket referenced in
|
# The user is responsible for creating the Cloud Storage bucket referenced in
|
||||||
# `uri_prefix`.
|
# `uri_prefix`.
|
||||||
# Corresponds to the JSON property `uriPrefix`
|
# Corresponds to the JSON property `uriPrefix`
|
||||||
|
@ -1205,7 +1202,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# Specifies where notifications should be sent upon changes to a data store.
|
# Specifies where to send notifications upon changes to a data store.
|
||||||
# Corresponds to the JSON property `notificationConfig`
|
# Corresponds to the JSON property `notificationConfig`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
# @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
|
||||||
attr_accessor :notification_config
|
attr_accessor :notification_config
|
||||||
|
@ -1290,7 +1287,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Specifies how de-identification of image pixel should be handled.
|
# Specifies how to handle de-identification of image pixels.
|
||||||
class ImageConfig
|
class ImageConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -1314,8 +1311,8 @@ module Google
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Deprecated. Use only for debugging purposes.
|
# Deprecated. Use only for debugging purposes.
|
||||||
# Contains sample errors encountered in imports of individual resources
|
# Contains sample errors encountered in imports of individual resources.
|
||||||
# (for example, a Cloud Storage object).
|
# For example, a Cloud Storage object.
|
||||||
# Corresponds to the JSON property `sampleErrors`
|
# Corresponds to the JSON property `sampleErrors`
|
||||||
# @return [Array<Google::Apis::HealthcareV1beta1::ErrorDetail>]
|
# @return [Array<Google::Apis::HealthcareV1beta1::ErrorDetail>]
|
||||||
attr_accessor :sample_errors
|
attr_accessor :sample_errors
|
||||||
|
@ -1332,8 +1329,8 @@ module Google
|
||||||
|
|
||||||
# Imports data into the specified DICOM store.
|
# Imports data into the specified DICOM store.
|
||||||
# Returns an error if any of the files to import are not DICOM files. This
|
# Returns an error if any of the files to import are not DICOM files. This
|
||||||
# API will accept duplicate DICOM instances, by simply ignoring the newly
|
# API accepts duplicate DICOM instances by ignoring the newly-pushed instance.
|
||||||
# pushed instance (it will not overwrite).
|
# It does not overwrite.
|
||||||
class ImportDicomDataRequest
|
class ImportDicomDataRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -1408,8 +1405,8 @@ module Google
|
||||||
# @return [Array<String>]
|
# @return [Array<String>]
|
||||||
attr_accessor :info_types
|
attr_accessor :info_types
|
||||||
|
|
||||||
# Define how to redact sensitive values. Default behaviour is erase,
|
# Define how to redact sensitive values. Default behaviour is erase.
|
||||||
# e.g. "My name is Jake." becomes "My name is ."
|
# For example, "My name is Jake." becomes "My name is ."
|
||||||
# Corresponds to the JSON property `redactConfig`
|
# Corresponds to the JSON property `redactConfig`
|
||||||
# @return [Google::Apis::HealthcareV1beta1::RedactConfig]
|
# @return [Google::Apis::HealthcareV1beta1::RedactConfig]
|
||||||
attr_accessor :redact_config
|
attr_accessor :redact_config
|
||||||
|
@ -1799,13 +1796,13 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Specifies where notifications should be sent upon changes to a data store.
|
# Specifies where to send notifications upon changes to a data store.
|
||||||
class NotificationConfig
|
class NotificationConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
|
# The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
|
||||||
# notifications of changes are published on. Supplied by the client.
|
# notifications of changes are published on. Supplied by the client.
|
||||||
# PubsubMessage.Data will contain the resource name.
|
# PubsubMessage.Data contains the resource name.
|
||||||
# PubsubMessage.MessageId is the ID of this message. It is guaranteed to be
|
# PubsubMessage.MessageId is the ID of this message. It is guaranteed to be
|
||||||
# unique within the topic.
|
# unique within the topic.
|
||||||
# PubsubMessage.PublishTime is the time at which the message was published.
|
# PubsubMessage.PublishTime is the time at which the message was published.
|
||||||
|
@ -1814,7 +1811,7 @@ module Google
|
||||||
# names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped
|
# names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped
|
||||||
# to a project. cloud-healthcare@system.gserviceaccount.com must have
|
# to a project. cloud-healthcare@system.gserviceaccount.com must have
|
||||||
# publisher permissions on the given Cloud Pub/Sub topic. Not having adequate
|
# publisher permissions on the given Cloud Pub/Sub topic. Not having adequate
|
||||||
# permissions will cause the calls that send notifications to fail.
|
# permissions causes the calls that send notifications to fail.
|
||||||
# Corresponds to the JSON property `pubsubTopic`
|
# Corresponds to the JSON property `pubsubTopic`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :pubsub_topic
|
attr_accessor :pubsub_topic
|
||||||
|
@ -1961,8 +1958,8 @@ module Google
|
||||||
attr_accessor :allow_null_header
|
attr_accessor :allow_null_header
|
||||||
alias_method :allow_null_header?, :allow_null_header
|
alias_method :allow_null_header?, :allow_null_header
|
||||||
|
|
||||||
# Byte(s) to be used as the segment terminator. If this is unset, '\r' will
|
# Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
||||||
# be used as segment terminator.
|
# used as segment terminator.
|
||||||
# Corresponds to the JSON property `segmentTerminator`
|
# Corresponds to the JSON property `segmentTerminator`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -1983,7 +1980,7 @@ module Google
|
||||||
class PatientId
|
class PatientId
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# ID type, e.g. MRN or NHS.
|
# ID type. For example, MRN or NHS.
|
||||||
# Corresponds to the JSON property `type`
|
# Corresponds to the JSON property `type`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :type
|
attr_accessor :type
|
||||||
|
@ -2069,7 +2066,12 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :etag
|
attr_accessor :etag
|
||||||
|
|
||||||
# Deprecated.
|
# Specifies the format of the policy.
|
||||||
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
|
# rejected.
|
||||||
|
# Policies with any conditional bindings must specify version 3. Policies
|
||||||
|
# without any conditional bindings may specify any valid value or leave the
|
||||||
|
# field unset.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -2118,8 +2120,8 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Define how to redact sensitive values. Default behaviour is erase,
|
# Define how to redact sensitive values. Default behaviour is erase.
|
||||||
# e.g. "My name is Jake." becomes "My name is ."
|
# For example, "My name is Jake." becomes "My name is ."
|
||||||
class RedactConfig
|
class RedactConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -2209,22 +2211,23 @@ module Google
|
||||||
# identify different instances of a repeated field.
|
# identify different instances of a repeated field.
|
||||||
# Regex for key: (\d+)(\[\d+\])?(.\d+)?(.\d+)?
|
# Regex for key: (\d+)(\[\d+\])?(.\d+)?(.\d+)?
|
||||||
# Examples of (key, value) pairs:
|
# Examples of (key, value) pairs:
|
||||||
# - (0.1, "foo"): Component 1 of Field 0 has the value "foo".
|
# * (0.1, "hemoglobin") denotes that the first component of Field 0 has the
|
||||||
# - (1.1.2, "bar"): Sub-component 2 of Component 1 of field 1 has the value
|
# value "hemoglobin".
|
||||||
# "bar".
|
# * (1.1.2, "CBC") denotes that the second sub-component of the first
|
||||||
# - (1[2].1, "baz"): Component 1 of Instance 2 of Field 1, which is repeated,
|
# component of Field 1 has the value "CBC".
|
||||||
# has the value "baz".
|
# * (1[0].1, "HbA1c") denotes that the first component of the
|
||||||
|
# first Instance of Field 1, which is repeated, has the value "HbA1c".
|
||||||
# Corresponds to the JSON property `fields`
|
# Corresponds to the JSON property `fields`
|
||||||
# @return [Hash<String,String>]
|
# @return [Hash<String,String>]
|
||||||
attr_accessor :fields
|
attr_accessor :fields
|
||||||
|
|
||||||
# A string that indicates the type of segment, e.g., EVN, PID.
|
# A string that indicates the type of segment. For example, EVN or PID.
|
||||||
# Corresponds to the JSON property `segmentId`
|
# Corresponds to the JSON property `segmentId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :segment_id
|
attr_accessor :segment_id
|
||||||
|
|
||||||
# Set ID for segments that can be in a set. This can be empty if it is
|
# Set ID for segments that can be in a set. This can be empty if it's
|
||||||
# missing or it is not applicable.
|
# missing or isn't applicable.
|
||||||
# Corresponds to the JSON property `setId`
|
# Corresponds to the JSON property `setId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :set_id
|
attr_accessor :set_id
|
||||||
|
|
|
@ -536,6 +536,7 @@ module Google
|
||||||
class DeidentifySummary
|
class DeidentifySummary
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :failure_resource_count, :numeric_string => true, as: 'failureResourceCount'
|
||||||
property :success_resource_count, :numeric_string => true, as: 'successResourceCount'
|
property :success_resource_count, :numeric_string => true, as: 'successResourceCount'
|
||||||
property :success_store_count, :numeric_string => true, as: 'successStoreCount'
|
property :success_store_count, :numeric_string => true, as: 'successStoreCount'
|
||||||
end
|
end
|
||||||
|
@ -621,7 +622,6 @@ module Google
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :disable_referential_integrity, as: 'disableReferentialIntegrity'
|
property :disable_referential_integrity, as: 'disableReferentialIntegrity'
|
||||||
property :disable_resource_versioning, as: 'disableResourceVersioning'
|
property :disable_resource_versioning, as: 'disableResourceVersioning'
|
||||||
property :enable_history_import, as: 'enableHistoryImport'
|
|
||||||
property :enable_update_create, as: 'enableUpdateCreate'
|
property :enable_update_create, as: 'enableUpdateCreate'
|
||||||
hash :labels, as: 'labels'
|
hash :labels, as: 'labels'
|
||||||
property :name, as: 'name'
|
property :name, as: 'name'
|
||||||
|
|
|
@ -124,8 +124,8 @@ module Google
|
||||||
# A Google Cloud Platform project can contain up to 500 datasets across all
|
# A Google Cloud Platform project can contain up to 500 datasets across all
|
||||||
# regions.
|
# regions.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the project in which the dataset should be created (e.g.,
|
# The name of the project where the server creates the dataset. For
|
||||||
# `projects/`project_id`/locations/`location_id``).
|
# example, `projects/`project_id`/locations/`location_id``.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::Dataset] dataset_object
|
# @param [Google::Apis::HealthcareV1beta1::Dataset] dataset_object
|
||||||
# @param [String] dataset_id
|
# @param [String] dataset_id
|
||||||
# The ID of the dataset that is being created.
|
# The ID of the dataset that is being created.
|
||||||
|
@ -169,11 +169,11 @@ module Google
|
||||||
# If errors occur,
|
# If errors occur,
|
||||||
# details field type is
|
# details field type is
|
||||||
# DeidentifyErrorDetails.
|
# DeidentifyErrorDetails.
|
||||||
# Errors are also logged to Stackdriver
|
# Errors are also logged to Stackdriver Logging. For more information,
|
||||||
# (see [Viewing logs](/healthcare/docs/how-tos/stackdriver-logging)).
|
# see [Viewing logs](/healthcare/docs/how-tos/stackdriver-logging).
|
||||||
# @param [String] source_dataset
|
# @param [String] source_dataset
|
||||||
# Source dataset resource name. (e.g.,
|
# Source dataset resource name. For example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``).
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::DeidentifyDatasetRequest] deidentify_dataset_request_object
|
# @param [Google::Apis::HealthcareV1beta1::DeidentifyDatasetRequest] deidentify_dataset_request_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -208,8 +208,8 @@ module Google
|
||||||
# Deleting a dataset does not affect the sources from which the dataset was
|
# Deleting a dataset does not affect the sources from which the dataset was
|
||||||
# imported (if any).
|
# imported (if any).
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The name of the dataset to delete (e.g.,
|
# The name of the dataset to delete. For example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``).
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -239,8 +239,8 @@ module Google
|
||||||
|
|
||||||
# Gets any metadata associated with a dataset.
|
# Gets any metadata associated with a dataset.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The name of the dataset to read (e.g.,
|
# The name of the dataset to read. For example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``).
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id``.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -276,9 +276,11 @@ module Google
|
||||||
# See the operation documentation for the appropriate value for this field.
|
# See the operation documentation for the appropriate value for this field.
|
||||||
# @param [Fixnum] options_requested_policy_version
|
# @param [Fixnum] options_requested_policy_version
|
||||||
# Optional. The policy format version to be returned.
|
# Optional. The policy format version to be returned.
|
||||||
# Acceptable values are 0, 1, and 3.
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# If the value is 0, or the field is omitted, policy format version 1 will be
|
# rejected.
|
||||||
# returned.
|
# Requests for policies with any conditional bindings must specify version 3.
|
||||||
|
# Policies without any conditional bindings may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -309,8 +311,8 @@ module Google
|
||||||
|
|
||||||
# Lists the health datasets in the current project.
|
# Lists the health datasets in the current project.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the project whose datasets should be listed (e.g.,
|
# The name of the project whose datasets should be listed.
|
||||||
# `projects/`project_id`/locations/`location_id``).
|
# For example, `projects/`project_id`/locations/`location_id``.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# The maximum number of items to return. Capped to 100 if not specified.
|
# The maximum number of items to return. Capped to 100 if not specified.
|
||||||
# May not be larger than 1000.
|
# May not be larger than 1000.
|
||||||
|
@ -532,9 +534,10 @@ module Google
|
||||||
# The metadata field type is
|
# The metadata field type is
|
||||||
# OperationMetadata.
|
# OperationMetadata.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The DICOM store resource name from which the data should be exported (e.g.,
|
# The DICOM store resource name from which to export the data. For
|
||||||
|
# example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::ExportDicomDataRequest] export_dicom_data_request_object
|
# @param [Google::Apis::HealthcareV1beta1::ExportDicomDataRequest] export_dicom_data_request_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -603,9 +606,11 @@ module Google
|
||||||
# See the operation documentation for the appropriate value for this field.
|
# See the operation documentation for the appropriate value for this field.
|
||||||
# @param [Fixnum] options_requested_policy_version
|
# @param [Fixnum] options_requested_policy_version
|
||||||
# Optional. The policy format version to be returned.
|
# Optional. The policy format version to be returned.
|
||||||
# Acceptable values are 0, 1, and 3.
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# If the value is 0, or the field is omitted, policy format version 1 will be
|
# rejected.
|
||||||
# returned.
|
# Requests for policies with any conditional bindings must specify version 3.
|
||||||
|
# Policies without any conditional bindings may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -635,16 +640,18 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
# Imports data into the DICOM store by copying it from the specified source.
|
# Imports data into the DICOM store by copying it from the specified source.
|
||||||
# For errors, the Operation will be populated with error details (in the form
|
# For errors, the Operation is populated with error details (in the form
|
||||||
# of ImportDicomDataErrorDetails in error.details), which will hold
|
# of ImportDicomDataErrorDetails in error.details), which hold
|
||||||
# finer-grained error information. Errors are also logged to Stackdriver
|
# finer-grained error information. Errors are also logged to Stackdriver
|
||||||
# (see [Viewing logs](/healthcare/docs/how-tos/stackdriver-logging)).
|
# Logging. For more information,
|
||||||
|
# see [Viewing logs](/healthcare/docs/how-tos/stackdriver-logging).
|
||||||
# The metadata field type is
|
# The metadata field type is
|
||||||
# OperationMetadata.
|
# OperationMetadata.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The name of the DICOM store resource into which the data is imported (e.g.,
|
# The name of the DICOM store resource into which the data is imported.
|
||||||
|
# For example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::ImportDicomDataRequest] import_dicom_data_request_object
|
# @param [Google::Apis::HealthcareV1beta1::ImportDicomDataRequest] import_dicom_data_request_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -681,7 +688,7 @@ module Google
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Restricts stores returned to those matching a filter. Syntax:
|
# Restricts stores returned to those matching a filter. Syntax:
|
||||||
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
||||||
# Only filtering on labels is supported, for example `labels.key=value`.
|
# Only filtering on labels is supported. For example, `labels.key=value`.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Limit on the number of DICOM stores to return in a single response.
|
# Limit on the number of DICOM stores to return in a single response.
|
||||||
# If zero the default page size of 100 is used.
|
# If zero the default page size of 100 is used.
|
||||||
|
@ -761,11 +768,11 @@ module Google
|
||||||
# SearchForInstances returns a list of matching instances. See
|
# SearchForInstances returns a list of matching instances. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForInstancesRequest DICOMweb request (e.g.,
|
# The path of the SearchForInstancesRequest DICOMweb request (for example,
|
||||||
# `instances` or `series/`series_uid`/instances` or
|
# `instances` or `series/`series_uid`/instances` or
|
||||||
# `studies/`study_uid`/instances`).
|
# `studies/`study_uid`/instances`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -799,11 +806,11 @@ module Google
|
||||||
# SearchForSeries returns a list of matching series. See
|
# SearchForSeries returns a list of matching series. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForSeries DICOMweb request(e.g., `series` or
|
# The path of the SearchForSeries DICOMweb request(for example, `series` or
|
||||||
# `studies/`study_uid`/series`).
|
# `studies/`study_uid`/series`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -836,11 +843,11 @@ module Google
|
||||||
# SearchForStudies returns a list of matching studies. See
|
# SearchForStudies returns a list of matching studies. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForStudies DICOMweb request (e.g., `studies`).
|
# The path of the SearchForStudies DICOMweb request (for example, `studies`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -908,12 +915,12 @@ module Google
|
||||||
# identifiers (SUID). See
|
# identifiers (SUID). See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the StoreInstances DICOMweb request (e.g.,
|
# The path of the StoreInstances DICOMweb request (for example,
|
||||||
# `studies/[`study_id`]`). Note that the `study_uid` is optional.
|
# `studies/[`study_uid`]`). Note that the `study_uid` is optional.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -987,11 +994,11 @@ module Google
|
||||||
# DeleteStudy deletes all instances within the given study. Delete requests
|
# DeleteStudy deletes all instances within the given study. Delete requests
|
||||||
# are equivalent to the GET requests specified in the WADO-RS standard.
|
# are equivalent to the GET requests specified in the WADO-RS standard.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the DeleteStudy request (e.g., `studies/`study_id``).
|
# The path of the DeleteStudy request (for example, `studies/`study_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1024,12 +1031,12 @@ module Google
|
||||||
# presented as metadata with the bulk data removed. See
|
# presented as metadata with the bulk data removed. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveStudyMetadata DICOMweb request (e.g.,
|
# The path of the RetrieveStudyMetadata DICOMweb request (for example,
|
||||||
# `studies/`study_id`/metadata`).
|
# `studies/`study_uid`/metadata`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1061,12 +1068,12 @@ module Google
|
||||||
# RetrieveStudy returns all instances within the given study. See
|
# RetrieveStudy returns all instances within the given study. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveStudy DICOMweb request (e.g.,
|
# The path of the RetrieveStudy DICOMweb request (for example,
|
||||||
# `studies/`study_id``).
|
# `studies/`study_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1098,11 +1105,11 @@ module Google
|
||||||
# SearchForInstances returns a list of matching instances. See
|
# SearchForInstances returns a list of matching instances. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForInstancesRequest DICOMweb request (e.g.,
|
# The path of the SearchForInstancesRequest DICOMweb request (for example,
|
||||||
# `instances` or `series/`series_uid`/instances` or
|
# `instances` or `series/`series_uid`/instances` or
|
||||||
# `studies/`study_uid`/instances`).
|
# `studies/`study_uid`/instances`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -1136,11 +1143,11 @@ module Google
|
||||||
# SearchForSeries returns a list of matching series. See
|
# SearchForSeries returns a list of matching series. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForSeries DICOMweb request(e.g., `series` or
|
# The path of the SearchForSeries DICOMweb request(for example, `series` or
|
||||||
# `studies/`study_uid`/series`).
|
# `studies/`study_uid`/series`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -1174,12 +1181,12 @@ module Google
|
||||||
# identifiers (SUID). See
|
# identifiers (SUID). See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the StoreInstances DICOMweb request (e.g.,
|
# The path of the StoreInstances DICOMweb request (for example,
|
||||||
# `studies/[`study_id`]`). Note that the `study_uid` is optional.
|
# `studies/[`study_uid`]`). Note that the `study_uid` is optional.
|
||||||
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -1215,12 +1222,12 @@ module Google
|
||||||
# Delete requests are equivalent to the GET requests specified in the WADO-RS
|
# Delete requests are equivalent to the GET requests specified in the WADO-RS
|
||||||
# standard.
|
# standard.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the DeleteSeries request (e.g.,
|
# The path of the DeleteSeries request (for example,
|
||||||
# `studies/`study_id`/series/`series_id``).
|
# `studies/`study_uid`/series/`series_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1253,12 +1260,12 @@ module Google
|
||||||
# series, presented as metadata with the bulk data removed. See
|
# series, presented as metadata with the bulk data removed. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveSeriesMetadata DICOMweb request (e.g.,
|
# The path of the RetrieveSeriesMetadata DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/metadata`).
|
# `studies/`study_uid`/series/`series_uid`/metadata`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1290,12 +1297,12 @@ module Google
|
||||||
# RetrieveSeries returns all instances within the given study and series. See
|
# RetrieveSeries returns all instances within the given study and series. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveSeries DICOMweb request (e.g.,
|
# The path of the RetrieveSeries DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id``).
|
# `studies/`study_uid`/series/`series_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1327,11 +1334,11 @@ module Google
|
||||||
# SearchForInstances returns a list of matching instances. See
|
# SearchForInstances returns a list of matching instances. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the SearchForInstancesRequest DICOMweb request (e.g.,
|
# The path of the SearchForInstancesRequest DICOMweb request (for example,
|
||||||
# `instances` or `series/`series_uid`/instances` or
|
# `instances` or `series/`series_uid`/instances` or
|
||||||
# `studies/`study_uid`/instances`).
|
# `studies/`study_uid`/instances`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -1366,12 +1373,12 @@ module Google
|
||||||
# and SOP Instance UID. Delete requests are equivalent to the GET requests
|
# and SOP Instance UID. Delete requests are equivalent to the GET requests
|
||||||
# specified in the WADO-RS standard.
|
# specified in the WADO-RS standard.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the DeleteInstance request (e.g.,
|
# The path of the DeleteInstance request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id``).
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1404,12 +1411,12 @@ module Google
|
||||||
# and SOP Instance UID. See
|
# and SOP Instance UID. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveInstance DICOMweb request (e.g.,
|
# The path of the RetrieveInstance DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id``).
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1443,12 +1450,12 @@ module Google
|
||||||
# removed. See
|
# removed. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveInstanceMetadata DICOMweb request (e.g.,
|
# The path of the RetrieveInstanceMetadata DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id`/metadata`).
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/metadata`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1481,12 +1488,12 @@ module Google
|
||||||
# series, and SOP Instance UID in an acceptable Rendered Media Type. See
|
# series, and SOP Instance UID in an acceptable Rendered Media Type. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveRenderedInstance DICOMweb request (e.g.,
|
# The path of the RetrieveRenderedInstance DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id`/rendered`).
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/rendered`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1519,12 +1526,12 @@ module Google
|
||||||
# SOP Instance UID and frame numbers. See
|
# SOP Instance UID and frame numbers. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveFrames DICOMweb request (e.g.,
|
# The path of the RetrieveFrames DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id`/frames/`
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
||||||
# frame_list``).
|
# frame_list``).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -1559,12 +1566,12 @@ module Google
|
||||||
# Type. See
|
# Type. See
|
||||||
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The name of the DICOM store that is being accessed (e.g.,
|
# The name of the DICOM store that is being accessed (for example,
|
||||||
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
||||||
# dicomStores/`dicom_store_id``).
|
# dicomStores/`dicom_store_id``).
|
||||||
# @param [String] dicom_web_path
|
# @param [String] dicom_web_path
|
||||||
# The path of the RetrieveRenderedFrames DICOMweb request (e.g.,
|
# The path of the RetrieveRenderedFrames DICOMweb request (for example,
|
||||||
# `studies/`study_id`/series/`series_id`/instances/`instance_id`/frames/`
|
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
||||||
# frame_list`/rendered`).
|
# frame_list`/rendered`).
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
|
@ -1747,9 +1754,11 @@ module Google
|
||||||
# See the operation documentation for the appropriate value for this field.
|
# See the operation documentation for the appropriate value for this field.
|
||||||
# @param [Fixnum] options_requested_policy_version
|
# @param [Fixnum] options_requested_policy_version
|
||||||
# Optional. The policy format version to be returned.
|
# Optional. The policy format version to be returned.
|
||||||
# Acceptable values are 0, 1, and 3.
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# If the value is 0, or the field is omitted, policy format version 1 will be
|
# rejected.
|
||||||
# returned.
|
# Requests for policies with any conditional bindings must specify version 3.
|
||||||
|
# Policies without any conditional bindings may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -1820,7 +1829,7 @@ module Google
|
||||||
# The location and format of the input data is specified by the parameters
|
# The location and format of the input data is specified by the parameters
|
||||||
# below. Note that if no format is specified, this method assumes the
|
# below. Note that if no format is specified, this method assumes the
|
||||||
# `BUNDLE` format. When using the `BUNDLE` format this method ignores the
|
# `BUNDLE` format. When using the `BUNDLE` format this method ignores the
|
||||||
# `Bundle.type` field, except for the special case of `history`, and does
|
# `Bundle.type` field, except that `history` bundles are rejected, and does
|
||||||
# not apply any of the bundle processing semantics for batch or transaction
|
# not apply any of the bundle processing semantics for batch or transaction
|
||||||
# bundles. Unlike in ExecuteBundle, transaction bundles are not executed
|
# bundles. Unlike in ExecuteBundle, transaction bundles are not executed
|
||||||
# as a single transaction and bundle-internal references are not rewritten.
|
# as a single transaction and bundle-internal references are not rewritten.
|
||||||
|
@ -1829,16 +1838,6 @@ module Google
|
||||||
# an example, this allows the import of `searchset` bundles produced by a
|
# an example, this allows the import of `searchset` bundles produced by a
|
||||||
# FHIR search or
|
# FHIR search or
|
||||||
# Patient-everything operation.
|
# Patient-everything operation.
|
||||||
# If history imports are enabled by setting
|
|
||||||
# enable_history_import in the FHIR
|
|
||||||
# store's configuration, this method can import historical versions
|
|
||||||
# of a resource by supplying a bundle of type `history` and using the
|
|
||||||
# `BUNDLE` format. The historical versions in the bundle must have
|
|
||||||
# `lastUpdated` timestamps, and the resulting resource history on the server
|
|
||||||
# will appear as if the versions had been created at those timestamps. If a
|
|
||||||
# current or historical version with the supplied resource ID already
|
|
||||||
# exists, the bundle is rejected to avoid creating an inconsistent sequence
|
|
||||||
# of resource versions.
|
|
||||||
# This method returns an Operation that can
|
# This method returns an Operation that can
|
||||||
# be used to track the status of the import by calling
|
# be used to track the status of the import by calling
|
||||||
# GetOperation.
|
# GetOperation.
|
||||||
|
@ -2948,9 +2947,11 @@ module Google
|
||||||
# See the operation documentation for the appropriate value for this field.
|
# See the operation documentation for the appropriate value for this field.
|
||||||
# @param [Fixnum] options_requested_policy_version
|
# @param [Fixnum] options_requested_policy_version
|
||||||
# Optional. The policy format version to be returned.
|
# Optional. The policy format version to be returned.
|
||||||
# Acceptable values are 0, 1, and 3.
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# If the value is 0, or the field is omitted, policy format version 1 will be
|
# rejected.
|
||||||
# returned.
|
# Requests for policies with any conditional bindings must specify version 3.
|
||||||
|
# Policies without any conditional bindings may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -2985,7 +2986,7 @@ module Google
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Restricts stores returned to those matching a filter. Syntax:
|
# Restricts stores returned to those matching a filter. Syntax:
|
||||||
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
||||||
# Only filtering on labels is supported, for example `labels.key=value`.
|
# Only filtering on labels is supported. For example, `labels.key=value`.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Limit on the number of HL7v2 stores to return in a single response.
|
# Limit on the number of HL7v2 stores to return in a single response.
|
||||||
# If zero the default page size of 100 is used.
|
# If zero the default page size of 100 is used.
|
||||||
|
@ -3207,8 +3208,7 @@ module Google
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name of the HL7v2 message to retrieve.
|
# The resource name of the HL7v2 message to retrieve.
|
||||||
# @param [String] view
|
# @param [String] view
|
||||||
# Specifies which parts of the Message resource should be returned
|
# Specifies which parts of the Message resource to return in the response.
|
||||||
# in the response.
|
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -3284,29 +3284,30 @@ module Google
|
||||||
# Restricts messages returned to those matching a filter. Syntax:
|
# Restricts messages returned to those matching a filter. Syntax:
|
||||||
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
# https://cloud.google.com/appengine/docs/standard/python/search/query_strings
|
||||||
# Fields/functions available for filtering are:
|
# Fields/functions available for filtering are:
|
||||||
# * `message_type`, from the MSH-9 segment; for example
|
# * `message_type`, from the MSH-9 segment. For example,
|
||||||
# `NOT message_type = "ADT"`
|
# `NOT message_type = "ADT"`.
|
||||||
# * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in
|
# * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in
|
||||||
# the dataset's time_zone, from the MSH-7 segment; for example
|
# the dataset's time_zone, from the MSH-7 segment. For example,
|
||||||
# `send_date < "2017-01-02"`
|
# `send_date < "2017-01-02"`.
|
||||||
# * `send_time`, the timestamp when the message was sent, using the
|
# * `send_time`, the timestamp when the message was sent, using the
|
||||||
# RFC3339 time format for comparisons, from the MSH-7 segment; for example
|
# RFC3339 time format for comparisons, from the MSH-7 segment. For example,
|
||||||
# `send_time < "2017-01-02T00:00:00-05:00"`
|
# `send_time < "2017-01-02T00:00:00-05:00"`.
|
||||||
# * `send_facility`, the care center that the message came from, from the
|
# * `send_facility`, the care center that the message came from, from the
|
||||||
# MSH-4 segment; for example `send_facility = "ABC"`
|
# MSH-4 segment. For example, `send_facility = "ABC"`.
|
||||||
# * `HL7RegExp(expr)`, which does regular expression matching of `expr`
|
# * `HL7RegExp(expr)`, which does regular expression matching of `expr`
|
||||||
# against the message payload using re2 (http://code.google.com/p/re2/)
|
# against the message payload using RE2 syntax
|
||||||
# syntax; for example `HL7RegExp("^.*\|.*\|EMERG")`
|
# (https://github.com/google/re2/wiki/Syntax). For example,
|
||||||
|
# `HL7RegExp("^.*\|.*\|EMERG")`.
|
||||||
# * `PatientId(value, type)`, which matches if the message lists a patient
|
# * `PatientId(value, type)`, which matches if the message lists a patient
|
||||||
# having an ID of the given value and type in the PID-2, PID-3, or PID-4
|
# having an ID of the given value and type in the PID-2, PID-3, or PID-4
|
||||||
# segments; for example `PatientId("123456", "MRN")`
|
# segments. For example, `PatientId("123456", "MRN")`.
|
||||||
# * `labels.x`, a string value of the label with key `x` as set using the
|
# * `labels.x`, a string value of the label with key `x` as set using the
|
||||||
# Message.labels
|
# Message.labels
|
||||||
# map, for example `labels."priority"="high"`. The operator `:*` can be used
|
# map. For example, `labels."priority"="high"`. The operator `:*` can be used
|
||||||
# to assert the existence of a label, for example `labels."priority":*`.
|
# to assert the existence of a label. For example, `labels."priority":*`.
|
||||||
# Limitations on conjunctions:
|
# Limitations on conjunctions:
|
||||||
# * Negation on the patient ID function or the labels field is not
|
# * Negation on the patient ID function or the labels field is not
|
||||||
# supported, for example these queries are invalid:
|
# supported. For example, these queries are invalid:
|
||||||
# `NOT PatientId("123456", "MRN")`, `NOT labels."tag1":*`,
|
# `NOT PatientId("123456", "MRN")`, `NOT labels."tag1":*`,
|
||||||
# `NOT labels."tag2"="val2"`.
|
# `NOT labels."tag2"="val2"`.
|
||||||
# * Conjunction of multiple patient ID functions is not supported, for
|
# * Conjunction of multiple patient ID functions is not supported, for
|
||||||
|
@ -3315,7 +3316,7 @@ module Google
|
||||||
# * Conjunction of multiple labels fields is also not supported, for
|
# * Conjunction of multiple labels fields is also not supported, for
|
||||||
# example this query is invalid: `labels."tag1":* AND labels."tag2"="val2"`.
|
# example this query is invalid: `labels."tag1":* AND labels."tag2"="val2"`.
|
||||||
# * Conjunction of one patient ID function, one labels field and conditions
|
# * Conjunction of one patient ID function, one labels field and conditions
|
||||||
# on other fields is supported, for example this query is valid:
|
# on other fields is supported. For example, this query is valid:
|
||||||
# `PatientId("123456", "MRN") AND labels."tag1":* AND message_type = "ADT"`.
|
# `PatientId("123456", "MRN") AND labels."tag1":* AND message_type = "ADT"`.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Orders messages returned by the specified order_by clause.
|
# Orders messages returned by the specified order_by clause.
|
||||||
|
@ -3371,8 +3372,8 @@ module Google
|
||||||
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
||||||
# fieldmask
|
# fieldmask
|
||||||
# Only the `labels` field is allowed to be updated.
|
# Only the `labels` field is allowed to be updated.
|
||||||
# The labels in the request will be merged with the existing set of labels.
|
# The labels in the request are merged with the existing set of labels.
|
||||||
# Existing labels with the same keys will be updated.
|
# Existing labels with the same keys are updated.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/iam/
|
# @see https://cloud.google.com/iam/
|
||||||
module IamV1
|
module IamV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190906'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -519,25 +519,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -547,11 +556,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
@ -872,25 +885,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -900,11 +922,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class Policy
|
class Policy
|
||||||
|
@ -915,7 +941,8 @@ module Google
|
||||||
# @return [Array<Google::Apis::IamV1::AuditConfig>]
|
# @return [Array<Google::Apis::IamV1::AuditConfig>]
|
||||||
attr_accessor :audit_configs
|
attr_accessor :audit_configs
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::IamV1::Binding>]
|
# @return [Array<Google::Apis::IamV1::Binding>]
|
||||||
|
@ -929,7 +956,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -938,9 +967,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -1402,25 +1435,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -1430,11 +1472,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/beacons/proximity/
|
# @see https://developers.google.com/beacons/proximity/
|
||||||
module ProximitybeaconV1beta1
|
module ProximitybeaconV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190304'
|
REVISION = '20190913'
|
||||||
|
|
||||||
# View and modify your beacons
|
# View and modify your beacons
|
||||||
AUTH_USERLOCATION_BEACON_REGISTRY = 'https://www.googleapis.com/auth/userlocation.beacon.registry'
|
AUTH_USERLOCATION_BEACON_REGISTRY = 'https://www.googleapis.com/auth/userlocation.beacon.registry'
|
||||||
|
|
|
@ -540,19 +540,22 @@ module Google
|
||||||
# Information a client needs to provision and register beacons that
|
# Information a client needs to provision and register beacons that
|
||||||
# broadcast Eddystone-EID format beacon IDs, using Elliptic curve
|
# broadcast Eddystone-EID format beacon IDs, using Elliptic curve
|
||||||
# Diffie-Hellman key exchange. See
|
# Diffie-Hellman key exchange. See
|
||||||
# [the Eddystone specification](https://github.com/google/eddystone/tree/master/
|
# [the Eddystone
|
||||||
# eddystone-eid) at GitHub.
|
# specification](https://github.com/google/eddystone/tree/master/eddystone-eid)
|
||||||
|
# at GitHub.
|
||||||
class EphemeralIdRegistrationParams
|
class EphemeralIdRegistrationParams
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Indicates the maximum rotation period supported by the service.
|
# Indicates the maximum rotation period supported by the service.
|
||||||
# See EddystoneEidRegistration.rotation_period_exponent
|
# See
|
||||||
|
# EddystoneEidRegistration.rotation_period_exponent
|
||||||
# Corresponds to the JSON property `maxRotationPeriodExponent`
|
# Corresponds to the JSON property `maxRotationPeriodExponent`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :max_rotation_period_exponent
|
attr_accessor :max_rotation_period_exponent
|
||||||
|
|
||||||
# Indicates the minimum rotation period supported by the service.
|
# Indicates the minimum rotation period supported by the service.
|
||||||
# See EddystoneEidRegistration.rotation_period_exponent
|
# See
|
||||||
|
# EddystoneEidRegistration.rotation_period_exponent
|
||||||
# Corresponds to the JSON property `minRotationPeriodExponent`
|
# Corresponds to the JSON property `minRotationPeriodExponent`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :min_rotation_period_exponent
|
attr_accessor :min_rotation_period_exponent
|
||||||
|
|
|
@ -49,7 +49,8 @@ module Google
|
||||||
|
|
||||||
# Given one or more beacon observations, returns any beacon information
|
# Given one or more beacon observations, returns any beacon information
|
||||||
# and attachments accessible to your application. Authorize by using the
|
# and attachments accessible to your application. Authorize by using the
|
||||||
# [API key](https://developers.google.com/beacons/proximity/get-started#
|
# [API
|
||||||
|
# key](https://developers.google.com/beacons/proximity/get-started#
|
||||||
# request_a_browser_api_key)
|
# request_a_browser_api_key)
|
||||||
# for the application.
|
# for the application.
|
||||||
# @param [Google::Apis::ProximitybeaconV1beta1::GetInfoForObservedBeaconsRequest] get_info_for_observed_beacons_request_object
|
# @param [Google::Apis::ProximitybeaconV1beta1::GetInfoForObservedBeaconsRequest] get_info_for_observed_beacons_request_object
|
||||||
|
@ -85,10 +86,10 @@ module Google
|
||||||
# and attachment data when queried via `beaconinfo.getforobserved`.
|
# and attachment data when queried via `beaconinfo.getforobserved`.
|
||||||
# Calling this method on an already active beacon will do nothing (but
|
# Calling this method on an already active beacon will do nothing (but
|
||||||
# will return a successful response code).
|
# will return a successful response code).
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon that should be activated. A beacon name has the format
|
# Beacon that should be activated. A beacon name has the format
|
||||||
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
||||||
|
@ -134,10 +135,10 @@ module Google
|
||||||
# information nor attachment data for the beacon when queried via
|
# information nor attachment data for the beacon when queried via
|
||||||
# `beaconinfo.getforobserved`. Calling this method on an already inactive
|
# `beaconinfo.getforobserved`. Calling this method on an already inactive
|
||||||
# beacon will do nothing (but will return a successful response code).
|
# beacon will do nothing (but will return a successful response code).
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon that should be deactivated. A beacon name has the format
|
# Beacon that should be deactivated. A beacon name has the format
|
||||||
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
||||||
|
@ -183,10 +184,10 @@ module Google
|
||||||
# longer be returned from `beaconinfo.getforobserved`. This operation is
|
# longer be returned from `beaconinfo.getforobserved`. This operation is
|
||||||
# permanent -- you will not be able to re-register a beacon with this ID
|
# permanent -- you will not be able to re-register a beacon with this ID
|
||||||
# again.
|
# again.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon that should be decommissioned. A beacon name has the format
|
# Beacon that should be decommissioned. A beacon name has the format
|
||||||
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
||||||
|
@ -231,10 +232,10 @@ module Google
|
||||||
# Deletes the specified beacon including all diagnostics data for the beacon
|
# Deletes the specified beacon including all diagnostics data for the beacon
|
||||||
# as well as any attachments on the beacon (including those belonging to
|
# as well as any attachments on the beacon (including those belonging to
|
||||||
# other projects). This operation cannot be undone.
|
# other projects). This operation cannot be undone.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon that should be deleted. A beacon name has the format
|
# Beacon that should be deleted. A beacon name has the format
|
||||||
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
||||||
|
@ -276,10 +277,10 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns detailed information about the specified beacon.
|
# Returns detailed information about the specified beacon.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **viewer**, **Is owner** or **Can edit**
|
# signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
|
||||||
# permissions in the Google Developers Console project.
|
# the Google Developers Console project.
|
||||||
# Requests may supply an Eddystone-EID beacon name in the form:
|
# Requests may supply an Eddystone-EID beacon name in the form:
|
||||||
# `beacons/4!beaconId` where the `beaconId` is the base16 ephemeral ID
|
# `beacons/4!beaconId` where the `beaconId` is the base16 ephemeral ID
|
||||||
# broadcast by the beacon. The returned `Beacon` object will contain the
|
# broadcast by the beacon. The returned `Beacon` object will contain the
|
||||||
|
@ -329,10 +330,10 @@ module Google
|
||||||
# Searches the beacon registry for beacons that match the given search
|
# Searches the beacon registry for beacons that match the given search
|
||||||
# criteria. Only those beacons that the client has permission to list
|
# criteria. Only those beacons that the client has permission to list
|
||||||
# will be returned.
|
# will be returned.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **viewer**, **Is owner** or **Can edit**
|
# signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
|
||||||
# permissions in the Google Developers Console project.
|
# the Google Developers Console project.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# The maximum number of records to return for this request, up to a
|
# The maximum number of records to return for this request, up to a
|
||||||
# server-defined upper limit.
|
# server-defined upper limit.
|
||||||
|
@ -405,7 +406,8 @@ module Google
|
||||||
# As with any HTTP query string parameter, the whole filter expression must
|
# As with any HTTP query string parameter, the whole filter expression must
|
||||||
# be URL-encoded.
|
# be URL-encoded.
|
||||||
# Example REST request:
|
# Example REST request:
|
||||||
# `GET /v1beta1/beacons?q=status:active%20lat:51.123%20lng:-1.095%20radius:1000`
|
# `GET
|
||||||
|
# /v1beta1/beacons?q=status:active%20lat:51.123%20lng:-1.095%20radius:1000`
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -438,10 +440,10 @@ module Google
|
||||||
|
|
||||||
# Registers a previously unregistered beacon given its `advertisedId`.
|
# Registers a previously unregistered beacon given its `advertisedId`.
|
||||||
# These IDs are unique within the system. An ID can be registered only once.
|
# These IDs are unique within the system. An ID can be registered only once.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [Google::Apis::ProximitybeaconV1beta1::Beacon] beacon_object
|
# @param [Google::Apis::ProximitybeaconV1beta1::Beacon] beacon_object
|
||||||
# @param [String] project_id
|
# @param [String] project_id
|
||||||
# The project id of the project the beacon will be registered to. If
|
# The project id of the project the beacon will be registered to. If
|
||||||
|
@ -484,10 +486,10 @@ module Google
|
||||||
# Changes to the beacon status via this method will be silently ignored.
|
# Changes to the beacon status via this method will be silently ignored.
|
||||||
# To update beacon status, use the separate methods on this API for
|
# To update beacon status, use the separate methods on this API for
|
||||||
# activation, deactivation, and decommissioning.
|
# activation, deactivation, and decommissioning.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Resource name of this beacon. A beacon name has the format
|
# Resource name of this beacon. A beacon name has the format
|
||||||
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
# "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by
|
||||||
|
@ -537,10 +539,10 @@ module Google
|
||||||
# should be deleted. If you do not specify `namespacedType`, all your
|
# should be deleted. If you do not specify `namespacedType`, all your
|
||||||
# attachments on the given beacon will be deleted. You also may explicitly
|
# attachments on the given beacon will be deleted. You also may explicitly
|
||||||
# specify `*/*` to delete all.
|
# specify `*/*` to delete all.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# The beacon whose attachments should be deleted. A beacon name has the
|
# The beacon whose attachments should be deleted. A beacon name has the
|
||||||
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
||||||
|
@ -601,10 +603,10 @@ module Google
|
||||||
# endpoint, while the type can be a string of any characters except for the
|
# endpoint, while the type can be a string of any characters except for the
|
||||||
# forward slash (`/`) up to 100 characters in length.
|
# forward slash (`/`) up to 100 characters in length.
|
||||||
# Attachment data can be up to 1024 bytes long.
|
# Attachment data can be up to 1024 bytes long.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon on which the attachment should be created. A beacon name has the
|
# Beacon on which the attachment should be created. A beacon name has the
|
||||||
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
||||||
|
@ -654,10 +656,10 @@ module Google
|
||||||
# fetch the attachment data via this API. You specify this with the delete
|
# fetch the attachment data via this API. You specify this with the delete
|
||||||
# request to control which attachment is removed. This operation cannot be
|
# request to control which attachment is removed. This operation cannot be
|
||||||
# undone.
|
# undone.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **Is owner** or **Can edit** permissions in the
|
# signed-in user with **Is owner** or **Can edit** permissions in the Google
|
||||||
# Google Developers Console project.
|
# Developers Console project.
|
||||||
# @param [String] attachment_name
|
# @param [String] attachment_name
|
||||||
# The attachment name (`attachmentName`) of
|
# The attachment name (`attachmentName`) of
|
||||||
# the attachment to remove. For example:
|
# the attachment to remove. For example:
|
||||||
|
@ -703,10 +705,10 @@ module Google
|
||||||
# `namespacedType` query parameter to the request. You must either use
|
# `namespacedType` query parameter to the request. You must either use
|
||||||
# `*/*`, to return all attachments, or the namespace must be one of
|
# `*/*`, to return all attachments, or the namespace must be one of
|
||||||
# the ones returned from the `namespaces` endpoint.
|
# the ones returned from the `namespaces` endpoint.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **viewer**, **Is owner** or **Can edit**
|
# signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
|
||||||
# permissions in the Google Developers Console project.
|
# the Google Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon whose attachments should be fetched. A beacon name has the
|
# Beacon whose attachments should be fetched. A beacon name has the
|
||||||
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
# format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast
|
||||||
|
@ -758,10 +760,10 @@ module Google
|
||||||
# List the diagnostics for a single beacon. You can also list diagnostics for
|
# List the diagnostics for a single beacon. You can also list diagnostics for
|
||||||
# all the beacons owned by your Google Developers Console project by using
|
# all the beacons owned by your Google Developers Console project by using
|
||||||
# the beacon name `beacons/-`.
|
# the beacon name `beacons/-`.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **viewer**, **Is owner** or **Can edit**
|
# signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
|
||||||
# permissions in the Google Developers Console project.
|
# the Google Developers Console project.
|
||||||
# @param [String] beacon_name
|
# @param [String] beacon_name
|
||||||
# Beacon that the diagnostics are for.
|
# Beacon that the diagnostics are for.
|
||||||
# @param [String] alert_filter
|
# @param [String] alert_filter
|
||||||
|
@ -811,10 +813,10 @@ module Google
|
||||||
# Lists all attachment namespaces owned by your Google Developers Console
|
# Lists all attachment namespaces owned by your Google Developers Console
|
||||||
# project. Attachment data associated with a beacon must include a
|
# project. Attachment data associated with a beacon must include a
|
||||||
# namespaced type, and the namespace must be owned by your project.
|
# namespaced type, and the namespace must be owned by your project.
|
||||||
# Authenticate using an [OAuth access token](https://developers.google.com/
|
# Authenticate using an [OAuth access
|
||||||
# identity/protocols/OAuth2)
|
# token](https://developers.google.com/identity/protocols/OAuth2) from a
|
||||||
# from a signed-in user with **viewer**, **Is owner** or **Can edit**
|
# signed-in user with **viewer**, **Is owner** or **Can edit** permissions in
|
||||||
# permissions in the Google Developers Console project.
|
# the Google Developers Console project.
|
||||||
# @param [String] project_id
|
# @param [String] project_id
|
||||||
# The project id to list namespaces under.
|
# The project id to list namespaces under.
|
||||||
# Optional.
|
# Optional.
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV1
|
module RemotebuildexecutionV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190917'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -262,96 +262,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -466,18 +376,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleWatcherV1Change
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleWatcherV1ChangeBatch
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class BuildBazelRemoteExecutionV2Action
|
class BuildBazelRemoteExecutionV2Action
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -875,161 +773,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :exit_code, as: 'exitCode'
|
|
||||||
collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testOutputDirectory, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testOutputDirectory::Representation
|
|
||||||
|
|
||||||
collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testOutputFile, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testOutputFile::Representation
|
|
||||||
|
|
||||||
property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stderr_raw, :base64 => true, as: 'stderrRaw'
|
|
||||||
property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stdout_raw, :base64 => true, as: 'stdoutRaw'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :arguments, as: 'arguments'
|
|
||||||
collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :value, as: 'value'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :hash_prop, as: 'hash'
|
|
||||||
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectoryNode, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectoryNode::Representation
|
|
||||||
|
|
||||||
collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testFileNode, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testFileNode::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stage, as: 'stage'
|
|
||||||
property :stderr_stream_name, as: 'stderrStreamName'
|
|
||||||
property :stdout_stream_name, as: 'stdoutStreamName'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :cached_result, as: 'cachedResult'
|
|
||||||
property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testActionResult, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testActionResult::Representation
|
|
||||||
|
|
||||||
hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testLogFile, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testLogFile::Representation
|
|
||||||
|
|
||||||
property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :human_readable, as: 'humanReadable'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :path, as: 'path'
|
|
||||||
property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :content, :base64 => true, as: 'content'
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :path, as: 'path'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_id, as: 'actionId'
|
|
||||||
property :correlated_invocations_id, as: 'correlatedInvocationsId'
|
|
||||||
property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testToolDetails, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testToolDetails::Representation
|
|
||||||
|
|
||||||
property :tool_invocation_id, as: 'toolInvocationId'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :tool_name, as: 'toolName'
|
|
||||||
property :tool_version, as: 'toolVersion'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -1210,25 +953,6 @@ module Google
|
||||||
property :message, as: 'message'
|
property :message, as: 'message'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleWatcherV1Change
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :continued, as: 'continued'
|
|
||||||
hash :data, as: 'data'
|
|
||||||
property :element, as: 'element'
|
|
||||||
property :resume_marker, :base64 => true, as: 'resumeMarker'
|
|
||||||
property :state, as: 'state'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleWatcherV1ChangeBatch
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :changes, as: 'changes', class: Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1Change, decorator: Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1Change::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -284,83 +284,6 @@ module Google
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||||
execute_or_queue_command(command, &block)
|
execute_or_queue_command(command, &block)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Start a streaming RPC to get watch information from the server.
|
|
||||||
# @param [String] resume_marker
|
|
||||||
# The `resume_marker` specifies how much of the existing underlying state is
|
|
||||||
# delivered to the client when the watch request is received by the
|
|
||||||
# system. The client can set this marker in one of the following ways to get
|
|
||||||
# different semantics:
|
|
||||||
# * Parameter is not specified or has the value "".
|
|
||||||
# Semantics: Fetch initial state.
|
|
||||||
# The client wants the entity's initial state to be delivered. See the
|
|
||||||
# description in "Initial State".
|
|
||||||
# * Parameter is set to the string "now" (UTF-8 encoding).
|
|
||||||
# Semantics: Fetch new changes only.
|
|
||||||
# The client just wants to get the changes received by the system after
|
|
||||||
# the watch point. The system may deliver changes from before the watch
|
|
||||||
# point as well.
|
|
||||||
# * Parameter is set to a value received in an earlier
|
|
||||||
# `Change.resume_marker` field while watching the same entity.
|
|
||||||
# Semantics: Resume from a specific point.
|
|
||||||
# The client wants to receive the changes from a specific point; this
|
|
||||||
# value must correspond to a value received in the `Change.resume_marker`
|
|
||||||
# field. The system may deliver changes from before the `resume_marker`
|
|
||||||
# as well. If the system cannot resume the stream from this point (e.g.,
|
|
||||||
# if it is too far behind in the stream), it can raise the
|
|
||||||
# `FAILED_PRECONDITION` error.
|
|
||||||
# An implementation MUST support an unspecified parameter and the
|
|
||||||
# empty string "" marker (initial state fetching) and the "now" marker.
|
|
||||||
# It need not support resuming from a specific point.
|
|
||||||
# @param [String] target
|
|
||||||
# The `target` value **must** be a valid URL path pointing to an entity
|
|
||||||
# to watch. Note that the service name **must** be
|
|
||||||
# removed from the target field (e.g., the target field must say
|
|
||||||
# "/foo/bar", not "myservice.googleapis.com/foo/bar"). A client is
|
|
||||||
# also allowed to pass system-specific parameters in the URL that
|
|
||||||
# are only obeyed by some implementations. Some parameters will be
|
|
||||||
# implementation-specific. However, some have predefined meaning
|
|
||||||
# and are listed here:
|
|
||||||
# * recursive = true|false [default=false]
|
|
||||||
# If set to true, indicates that the client wants to watch all elements
|
|
||||||
# of entities in the subtree rooted at the entity's name in `target`. For
|
|
||||||
# descendants that are not the immediate children of the target, the
|
|
||||||
# `Change.element` will contain slashes.
|
|
||||||
# Note that some namespaces and entities will not support recursive
|
|
||||||
# watching. When watching such an entity, a client must not set recursive
|
|
||||||
# to true. Otherwise, it will receive an `UNIMPLEMENTED` error.
|
|
||||||
# Normal URL encoding must be used inside `target`. For example, if a query
|
|
||||||
# parameter name or value, or the non-query parameter portion of `target`
|
|
||||||
# contains a special character, it must be %-encoded. We recommend that
|
|
||||||
# clients and servers use their runtime's URL library to produce and consume
|
|
||||||
# target values.
|
|
||||||
# @param [String] fields
|
|
||||||
# Selector specifying which fields to include in a partial response.
|
|
||||||
# @param [String] quota_user
|
|
||||||
# Available to use for quota purposes for server-side applications. Can be any
|
|
||||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
||||||
# @param [Google::Apis::RequestOptions] options
|
|
||||||
# Request-specific options
|
|
||||||
#
|
|
||||||
# @yield [result, err] Result & error if block supplied
|
|
||||||
# @yieldparam result [Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch] parsed result object
|
|
||||||
# @yieldparam err [StandardError] error object if request failed
|
|
||||||
#
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch]
|
|
||||||
#
|
|
||||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
||||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
||||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
||||||
def watch(resume_marker: nil, target: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
||||||
command = make_simple_command(:get, 'v1:watch', options)
|
|
||||||
command.response_representation = Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch::Representation
|
|
||||||
command.response_class = Google::Apis::RemotebuildexecutionV1::GoogleWatcherV1ChangeBatch
|
|
||||||
command.query['resumeMarker'] = resume_marker unless resume_marker.nil?
|
|
||||||
command.query['target'] = target unless target.nil?
|
|
||||||
command.query['fields'] = fields unless fields.nil?
|
|
||||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
||||||
execute_or_queue_command(command, &block)
|
|
||||||
end
|
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV1alpha
|
module RemotebuildexecutionV1alpha
|
||||||
VERSION = 'V1alpha'
|
VERSION = 'V1alpha'
|
||||||
REVISION = '20190917'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -2066,994 +2066,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# An ActionResult represents the result of an
|
|
||||||
# Action being run.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The exit code of the command.
|
|
||||||
# Corresponds to the JSON property `exitCode`
|
|
||||||
# @return [Fixnum]
|
|
||||||
attr_accessor :exit_code
|
|
||||||
|
|
||||||
# The output directories of the action. For each output directory requested
|
|
||||||
# in the `output_directories` field of the Action, if the corresponding
|
|
||||||
# directory existed after the action completed, a single entry will be
|
|
||||||
# present in the output list, which will contain the digest of
|
|
||||||
# a Tree message containing
|
|
||||||
# the directory tree, and the path equal exactly to the corresponding Action
|
|
||||||
# output_directories member.
|
|
||||||
# As an example, suppose the Action had an output directory `a/b/dir` and the
|
|
||||||
# execution produced the following contents in `a/b/dir`: a file named `bar`
|
|
||||||
# and a directory named `foo` with an executable file named `baz`. Then,
|
|
||||||
# output_directory will contain (hashes shortened for readability):
|
|
||||||
# ```json
|
|
||||||
# // OutputDirectory proto:
|
|
||||||
# `
|
|
||||||
# path: "a/b/dir"
|
|
||||||
# tree_digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 55
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# // Tree proto with hash "4a73bc9d03..." and size 55:
|
|
||||||
# `
|
|
||||||
# root: `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# children : `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
# Corresponds to the JSON property `outputDirectories`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputDirectory>]
|
|
||||||
attr_accessor :output_directories
|
|
||||||
|
|
||||||
# The output files of the action. For each output file requested in the
|
|
||||||
# `output_files` field of the Action, if the corresponding file existed after
|
|
||||||
# the action completed, a single entry will be present in the output list.
|
|
||||||
# If the action does not produce the requested output, or produces a
|
|
||||||
# directory where a regular file is expected or vice versa, then that output
|
|
||||||
# will be omitted from the list. The server is free to arrange the output
|
|
||||||
# list as desired; clients MUST NOT assume that the output list is sorted.
|
|
||||||
# Corresponds to the JSON property `outputFiles`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputFile>]
|
|
||||||
attr_accessor :output_files
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `stderrDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :stderr_digest
|
|
||||||
|
|
||||||
# The standard error buffer of the action. The server will determine, based
|
|
||||||
# on the size of the buffer, whether to return it in raw form or to return
|
|
||||||
# a digest in `stderr_digest` that points to the buffer. If neither is set,
|
|
||||||
# then the buffer is empty. The client SHOULD NOT assume it will get one of
|
|
||||||
# the raw buffer or a digest on any given request and should be prepared to
|
|
||||||
# handle either.
|
|
||||||
# Corresponds to the JSON property `stderrRaw`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stderr_raw
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `stdoutDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :stdout_digest
|
|
||||||
|
|
||||||
# The standard output buffer of the action. The server will determine, based
|
|
||||||
# on the size of the buffer, whether to return it in raw form or to return
|
|
||||||
# a digest in `stdout_digest` that points to the buffer. If neither is set,
|
|
||||||
# then the buffer is empty. The client SHOULD NOT assume it will get one of
|
|
||||||
# the raw buffer or a digest on any given request and should be prepared to
|
|
||||||
# handle either.
|
|
||||||
# Corresponds to the JSON property `stdoutRaw`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stdout_raw
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@exit_code = args[:exit_code] if args.key?(:exit_code)
|
|
||||||
@output_directories = args[:output_directories] if args.key?(:output_directories)
|
|
||||||
@output_files = args[:output_files] if args.key?(:output_files)
|
|
||||||
@stderr_digest = args[:stderr_digest] if args.key?(:stderr_digest)
|
|
||||||
@stderr_raw = args[:stderr_raw] if args.key?(:stderr_raw)
|
|
||||||
@stdout_digest = args[:stdout_digest] if args.key?(:stdout_digest)
|
|
||||||
@stdout_raw = args[:stdout_raw] if args.key?(:stdout_raw)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Command` is the actual command executed by a worker running an
|
|
||||||
# Action.
|
|
||||||
# Except as otherwise required, the environment (such as which system
|
|
||||||
# libraries or binaries are available, and what filesystems are mounted where)
|
|
||||||
# is defined by and specific to the implementation of the remote execution API.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The arguments to the command. The first argument must be the path to the
|
|
||||||
# executable, which must be either a relative path, in which case it is
|
|
||||||
# evaluated with respect to the input root, or an absolute path.
|
|
||||||
# The working directory will always be the input root.
|
|
||||||
# Corresponds to the JSON property `arguments`
|
|
||||||
# @return [Array<String>]
|
|
||||||
attr_accessor :arguments
|
|
||||||
|
|
||||||
# The environment variables to set when running the program. The worker may
|
|
||||||
# provide its own default environment variables; these defaults can be
|
|
||||||
# overridden using this field. Additional variables can also be specified.
|
|
||||||
# In order to ensure that equivalent `Command`s always hash to the same
|
|
||||||
# value, the environment variables MUST be lexicographically sorted by name.
|
|
||||||
# Sorting of strings is done by code point, equivalently, by the UTF-8 bytes.
|
|
||||||
# Corresponds to the JSON property `environmentVariables`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable>]
|
|
||||||
attr_accessor :environment_variables
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@arguments = args[:arguments] if args.key?(:arguments)
|
|
||||||
@environment_variables = args[:environment_variables] if args.key?(:environment_variables)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `EnvironmentVariable` is one variable to set in the running program's
|
|
||||||
# environment.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The variable name.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
# The variable value.
|
|
||||||
# Corresponds to the JSON property `value`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :value
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
@value = args[:value] if args.key?(:value)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The hash. In the case of SHA-256, it will always be a lowercase hex string
|
|
||||||
# exactly 64 characters long.
|
|
||||||
# Corresponds to the JSON property `hash`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :hash_prop
|
|
||||||
|
|
||||||
# The size of the blob, in bytes.
|
|
||||||
# Corresponds to the JSON property `sizeBytes`
|
|
||||||
# @return [Fixnum]
|
|
||||||
attr_accessor :size_bytes
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@hash_prop = args[:hash_prop] if args.key?(:hash_prop)
|
|
||||||
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Directory` represents a directory node in a file tree, containing zero or
|
|
||||||
# more children FileNodes
|
|
||||||
# and DirectoryNodes.
|
|
||||||
# Each `Node` contains its name in the directory, the digest of its content
|
|
||||||
# (either a file blob or a `Directory` proto), as well as possibly some
|
|
||||||
# metadata about the file or directory.
|
|
||||||
# In order to ensure that two equivalent directory trees hash to the same
|
|
||||||
# value, the following restrictions MUST be obeyed when constructing a
|
|
||||||
# a `Directory`:
|
|
||||||
# - Every child in the directory must have a path of exactly one segment.
|
|
||||||
# Multiple levels of directory hierarchy may not be collapsed.
|
|
||||||
# - Each child in the directory must have a unique path segment (file name).
|
|
||||||
# - The files and directories in the directory must each be sorted in
|
|
||||||
# lexicographical order by path. The path strings must be sorted by code
|
|
||||||
# point, equivalently, by UTF-8 bytes.
|
|
||||||
# A `Directory` that obeys the restrictions is said to be in canonical form.
|
|
||||||
# As an example, the following could be used for a file named `bar` and a
|
|
||||||
# directory named `foo` with an executable file named `baz` (hashes shortened
|
|
||||||
# for readability):
|
|
||||||
# ```json
|
|
||||||
# // (Directory proto)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The subdirectories in the directory.
|
|
||||||
# Corresponds to the JSON property `directories`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectoryNode>]
|
|
||||||
attr_accessor :directories
|
|
||||||
|
|
||||||
# The files in the directory.
|
|
||||||
# Corresponds to the JSON property `files`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testFileNode>]
|
|
||||||
attr_accessor :files
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@directories = args[:directories] if args.key?(:directories)
|
|
||||||
@files = args[:files] if args.key?(:files)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `DirectoryNode` represents a child of a
|
|
||||||
# Directory which is itself
|
|
||||||
# a `Directory` and its associated metadata.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# The name of the directory.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# Metadata about an ongoing
|
|
||||||
# execution, which
|
|
||||||
# will be contained in the metadata
|
|
||||||
# field of the
|
|
||||||
# Operation.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `actionDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :action_digest
|
|
||||||
|
|
||||||
#
|
|
||||||
# Corresponds to the JSON property `stage`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stage
|
|
||||||
|
|
||||||
# If set, the client can use this name with
|
|
||||||
# ByteStream.Read to stream the
|
|
||||||
# standard error.
|
|
||||||
# Corresponds to the JSON property `stderrStreamName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stderr_stream_name
|
|
||||||
|
|
||||||
# If set, the client can use this name with
|
|
||||||
# ByteStream.Read to stream the
|
|
||||||
# standard output.
|
|
||||||
# Corresponds to the JSON property `stdoutStreamName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stdout_stream_name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@action_digest = args[:action_digest] if args.key?(:action_digest)
|
|
||||||
@stage = args[:stage] if args.key?(:stage)
|
|
||||||
@stderr_stream_name = args[:stderr_stream_name] if args.key?(:stderr_stream_name)
|
|
||||||
@stdout_stream_name = args[:stdout_stream_name] if args.key?(:stdout_stream_name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# The response message for
|
|
||||||
# Execution.Execute,
|
|
||||||
# which will be contained in the response
|
|
||||||
# field of the
|
|
||||||
# Operation.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# True if the result was served from cache, false if it was executed.
|
|
||||||
# Corresponds to the JSON property `cachedResult`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :cached_result
|
|
||||||
alias_method :cached_result?, :cached_result
|
|
||||||
|
|
||||||
# An ActionResult represents the result of an
|
|
||||||
# Action being run.
|
|
||||||
# Corresponds to the JSON property `result`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testActionResult]
|
|
||||||
attr_accessor :result
|
|
||||||
|
|
||||||
# An optional list of additional log outputs the server wishes to provide. A
|
|
||||||
# server can use this to return execution-specific logs however it wishes.
|
|
||||||
# This is intended primarily to make it easier for users to debug issues that
|
|
||||||
# may be outside of the actual job execution, such as by identifying the
|
|
||||||
# worker executing the action or by providing logs from the worker's setup
|
|
||||||
# phase. The keys SHOULD be human readable so that a client can display them
|
|
||||||
# to a user.
|
|
||||||
# Corresponds to the JSON property `serverLogs`
|
|
||||||
# @return [Hash<String,Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testLogFile>]
|
|
||||||
attr_accessor :server_logs
|
|
||||||
|
|
||||||
# The `Status` type defines a logical error model that is suitable for
|
|
||||||
# different programming environments, including REST APIs and RPC APIs. It is
|
|
||||||
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
|
||||||
# three pieces of data: error code, error message, and error details.
|
|
||||||
# You can find out more about this error model and how to work with it in the
|
|
||||||
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
||||||
# Corresponds to the JSON property `status`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus]
|
|
||||||
attr_accessor :status
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@cached_result = args[:cached_result] if args.key?(:cached_result)
|
|
||||||
@result = args[:result] if args.key?(:result)
|
|
||||||
@server_logs = args[:server_logs] if args.key?(:server_logs)
|
|
||||||
@status = args[:status] if args.key?(:status)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `FileNode` represents a single file and associated metadata.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# True if file is executable, false otherwise.
|
|
||||||
# Corresponds to the JSON property `isExecutable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :is_executable
|
|
||||||
alias_method :is_executable?, :is_executable
|
|
||||||
|
|
||||||
# The name of the file.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@is_executable = args[:is_executable] if args.key?(:is_executable)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `LogFile` is a log stored in the CAS.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# This is a hint as to the purpose of the log, and is set to true if the log
|
|
||||||
# is human-readable text that can be usefully displayed to a user, and false
|
|
||||||
# otherwise. For instance, if a command-line client wishes to print the
|
|
||||||
# server logs to the terminal for a failed action, this allows it to avoid
|
|
||||||
# displaying a binary file.
|
|
||||||
# Corresponds to the JSON property `humanReadable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :human_readable
|
|
||||||
alias_method :human_readable?, :human_readable
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@human_readable = args[:human_readable] if args.key?(:human_readable)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `OutputDirectory` is the output in an `ActionResult` corresponding to a
|
|
||||||
# directory's full contents rather than a single file.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# The full path of the directory relative to the working directory. The path
|
|
||||||
# separator is a forward slash `/`. Since this is a relative path, it MUST
|
|
||||||
# NOT begin with a leading forward slash. The empty string value is allowed,
|
|
||||||
# and it denotes the entire working directory.
|
|
||||||
# Corresponds to the JSON property `path`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :path
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `treeDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :tree_digest
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@path = args[:path] if args.key?(:path)
|
|
||||||
@tree_digest = args[:tree_digest] if args.key?(:tree_digest)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `OutputFile` is similar to a
|
|
||||||
# FileNode, but it is
|
|
||||||
# tailored for output as part of an `ActionResult`. It allows a full file path
|
|
||||||
# rather than only a name, and allows the server to include content inline.
|
|
||||||
# `OutputFile` is binary-compatible with `FileNode`.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The raw content of the file.
|
|
||||||
# This field may be used by the server to provide the content of a file
|
|
||||||
# inline in an
|
|
||||||
# ActionResult and
|
|
||||||
# avoid requiring that the client make a separate call to
|
|
||||||
# [ContentAddressableStorage.GetBlob] to retrieve it.
|
|
||||||
# The client SHOULD NOT assume that it will get raw content with any request,
|
|
||||||
# and always be prepared to retrieve it via `digest`.
|
|
||||||
# Corresponds to the JSON property `content`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :content
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# True if file is executable, false otherwise.
|
|
||||||
# Corresponds to the JSON property `isExecutable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :is_executable
|
|
||||||
alias_method :is_executable?, :is_executable
|
|
||||||
|
|
||||||
# The full path of the file relative to the input root, including the
|
|
||||||
# filename. The path separator is a forward slash `/`. Since this is a
|
|
||||||
# relative path, it MUST NOT begin with a leading forward slash.
|
|
||||||
# Corresponds to the JSON property `path`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :path
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@content = args[:content] if args.key?(:content)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@is_executable = args[:is_executable] if args.key?(:is_executable)
|
|
||||||
@path = args[:path] if args.key?(:path)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An optional Metadata to attach to any RPC request to tell the server about an
|
|
||||||
# external context of the request. The server may use this for logging or other
|
|
||||||
# purposes. To use it, the client attaches the header to the call using the
|
|
||||||
# canonical proto serialization:
|
|
||||||
# name: google.devtools.remoteexecution.v1test.requestmetadata-bin
|
|
||||||
# contents: the base64 encoded binary RequestMetadata message.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# An identifier that ties multiple requests to the same action.
|
|
||||||
# For example, multiple requests to the CAS, Action Cache, and Execution
|
|
||||||
# API are used in order to compile foo.cc.
|
|
||||||
# Corresponds to the JSON property `actionId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :action_id
|
|
||||||
|
|
||||||
# An identifier to tie multiple tool invocations together. For example,
|
|
||||||
# runs of foo_test, bar_test and baz_test on a post-submit of a given patch.
|
|
||||||
# Corresponds to the JSON property `correlatedInvocationsId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :correlated_invocations_id
|
|
||||||
|
|
||||||
# Details for the tool used to call the API.
|
|
||||||
# Corresponds to the JSON property `toolDetails`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testToolDetails]
|
|
||||||
attr_accessor :tool_details
|
|
||||||
|
|
||||||
# An identifier that ties multiple actions together to a final result.
|
|
||||||
# For example, multiple actions are required to build and run foo_test.
|
|
||||||
# Corresponds to the JSON property `toolInvocationId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_invocation_id
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@action_id = args[:action_id] if args.key?(:action_id)
|
|
||||||
@correlated_invocations_id = args[:correlated_invocations_id] if args.key?(:correlated_invocations_id)
|
|
||||||
@tool_details = args[:tool_details] if args.key?(:tool_details)
|
|
||||||
@tool_invocation_id = args[:tool_invocation_id] if args.key?(:tool_invocation_id)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# Details for the tool used to call the API.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# Name of the tool, e.g. bazel.
|
|
||||||
# Corresponds to the JSON property `toolName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_name
|
|
||||||
|
|
||||||
# Version of the tool used for the request, e.g. 5.0.3.
|
|
||||||
# Corresponds to the JSON property `toolVersion`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_version
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@tool_name = args[:tool_name] if args.key?(:tool_name)
|
|
||||||
@tool_version = args[:tool_version] if args.key?(:tool_version)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Tree` contains all the
|
|
||||||
# Directory protos in a
|
|
||||||
# single directory Merkle tree, compressed into one message.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# All the child directories: the directories referred to by the root and,
|
|
||||||
# recursively, all its children. In order to reconstruct the directory tree,
|
|
||||||
# the client must take the digests of each of the child directories and then
|
|
||||||
# build up a tree starting from the `root`.
|
|
||||||
# Corresponds to the JSON property `children`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory>]
|
|
||||||
attr_accessor :children
|
|
||||||
|
|
||||||
# A `Directory` represents a directory node in a file tree, containing zero or
|
|
||||||
# more children FileNodes
|
|
||||||
# and DirectoryNodes.
|
|
||||||
# Each `Node` contains its name in the directory, the digest of its content
|
|
||||||
# (either a file blob or a `Directory` proto), as well as possibly some
|
|
||||||
# metadata about the file or directory.
|
|
||||||
# In order to ensure that two equivalent directory trees hash to the same
|
|
||||||
# value, the following restrictions MUST be obeyed when constructing a
|
|
||||||
# a `Directory`:
|
|
||||||
# - Every child in the directory must have a path of exactly one segment.
|
|
||||||
# Multiple levels of directory hierarchy may not be collapsed.
|
|
||||||
# - Each child in the directory must have a unique path segment (file name).
|
|
||||||
# - The files and directories in the directory must each be sorted in
|
|
||||||
# lexicographical order by path. The path strings must be sorted by code
|
|
||||||
# point, equivalently, by UTF-8 bytes.
|
|
||||||
# A `Directory` that obeys the restrictions is said to be in canonical form.
|
|
||||||
# As an example, the following could be used for a file named `bar` and a
|
|
||||||
# directory named `foo` with an executable file named `baz` (hashes shortened
|
|
||||||
# for readability):
|
|
||||||
# ```json
|
|
||||||
# // (Directory proto)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
# Corresponds to the JSON property `root`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory]
|
|
||||||
attr_accessor :root
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@children = args[:children] if args.key?(:children)
|
|
||||||
@root = args[:root] if args.key?(:root)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# AdminTemp is a prelimiary set of administration tasks. It's called "Temp"
|
# AdminTemp is a prelimiary set of administration tasks. It's called "Temp"
|
||||||
# because we do not yet know the best way to represent admin tasks; it's
|
# because we do not yet know the best way to represent admin tasks; it's
|
||||||
# possible that this will be entirely replaced in later versions of this API.
|
# possible that this will be entirely replaced in later versions of this API.
|
||||||
|
|
|
@ -256,96 +256,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -832,161 +742,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :exit_code, as: 'exitCode'
|
|
||||||
collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputDirectory, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputDirectory::Representation
|
|
||||||
|
|
||||||
collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputFile, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testOutputFile::Representation
|
|
||||||
|
|
||||||
property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stderr_raw, :base64 => true, as: 'stderrRaw'
|
|
||||||
property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stdout_raw, :base64 => true, as: 'stdoutRaw'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :arguments, as: 'arguments'
|
|
||||||
collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :value, as: 'value'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :hash_prop, as: 'hash'
|
|
||||||
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectoryNode, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectoryNode::Representation
|
|
||||||
|
|
||||||
collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testFileNode, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testFileNode::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stage, as: 'stage'
|
|
||||||
property :stderr_stream_name, as: 'stderrStreamName'
|
|
||||||
property :stdout_stream_name, as: 'stdoutStreamName'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :cached_result, as: 'cachedResult'
|
|
||||||
property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testActionResult, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testActionResult::Representation
|
|
||||||
|
|
||||||
hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testLogFile, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testLogFile::Representation
|
|
||||||
|
|
||||||
property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :human_readable, as: 'humanReadable'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :path, as: 'path'
|
|
||||||
property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :content, :base64 => true, as: 'content'
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :path, as: 'path'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_id, as: 'actionId'
|
|
||||||
property :correlated_invocations_id, as: 'correlatedInvocationsId'
|
|
||||||
property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testToolDetails, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testToolDetails::Representation
|
|
||||||
|
|
||||||
property :tool_invocation_id, as: 'toolInvocationId'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :tool_name, as: 'toolName'
|
|
||||||
property :tool_version, as: 'toolVersion'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV2
|
module RemotebuildexecutionV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20190917'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -2763,994 +2763,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# An ActionResult represents the result of an
|
|
||||||
# Action being run.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The exit code of the command.
|
|
||||||
# Corresponds to the JSON property `exitCode`
|
|
||||||
# @return [Fixnum]
|
|
||||||
attr_accessor :exit_code
|
|
||||||
|
|
||||||
# The output directories of the action. For each output directory requested
|
|
||||||
# in the `output_directories` field of the Action, if the corresponding
|
|
||||||
# directory existed after the action completed, a single entry will be
|
|
||||||
# present in the output list, which will contain the digest of
|
|
||||||
# a Tree message containing
|
|
||||||
# the directory tree, and the path equal exactly to the corresponding Action
|
|
||||||
# output_directories member.
|
|
||||||
# As an example, suppose the Action had an output directory `a/b/dir` and the
|
|
||||||
# execution produced the following contents in `a/b/dir`: a file named `bar`
|
|
||||||
# and a directory named `foo` with an executable file named `baz`. Then,
|
|
||||||
# output_directory will contain (hashes shortened for readability):
|
|
||||||
# ```json
|
|
||||||
# // OutputDirectory proto:
|
|
||||||
# `
|
|
||||||
# path: "a/b/dir"
|
|
||||||
# tree_digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 55
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# // Tree proto with hash "4a73bc9d03..." and size 55:
|
|
||||||
# `
|
|
||||||
# root: `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# children : `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
# Corresponds to the JSON property `outputDirectories`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputDirectory>]
|
|
||||||
attr_accessor :output_directories
|
|
||||||
|
|
||||||
# The output files of the action. For each output file requested in the
|
|
||||||
# `output_files` field of the Action, if the corresponding file existed after
|
|
||||||
# the action completed, a single entry will be present in the output list.
|
|
||||||
# If the action does not produce the requested output, or produces a
|
|
||||||
# directory where a regular file is expected or vice versa, then that output
|
|
||||||
# will be omitted from the list. The server is free to arrange the output
|
|
||||||
# list as desired; clients MUST NOT assume that the output list is sorted.
|
|
||||||
# Corresponds to the JSON property `outputFiles`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputFile>]
|
|
||||||
attr_accessor :output_files
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `stderrDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :stderr_digest
|
|
||||||
|
|
||||||
# The standard error buffer of the action. The server will determine, based
|
|
||||||
# on the size of the buffer, whether to return it in raw form or to return
|
|
||||||
# a digest in `stderr_digest` that points to the buffer. If neither is set,
|
|
||||||
# then the buffer is empty. The client SHOULD NOT assume it will get one of
|
|
||||||
# the raw buffer or a digest on any given request and should be prepared to
|
|
||||||
# handle either.
|
|
||||||
# Corresponds to the JSON property `stderrRaw`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stderr_raw
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `stdoutDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :stdout_digest
|
|
||||||
|
|
||||||
# The standard output buffer of the action. The server will determine, based
|
|
||||||
# on the size of the buffer, whether to return it in raw form or to return
|
|
||||||
# a digest in `stdout_digest` that points to the buffer. If neither is set,
|
|
||||||
# then the buffer is empty. The client SHOULD NOT assume it will get one of
|
|
||||||
# the raw buffer or a digest on any given request and should be prepared to
|
|
||||||
# handle either.
|
|
||||||
# Corresponds to the JSON property `stdoutRaw`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stdout_raw
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@exit_code = args[:exit_code] if args.key?(:exit_code)
|
|
||||||
@output_directories = args[:output_directories] if args.key?(:output_directories)
|
|
||||||
@output_files = args[:output_files] if args.key?(:output_files)
|
|
||||||
@stderr_digest = args[:stderr_digest] if args.key?(:stderr_digest)
|
|
||||||
@stderr_raw = args[:stderr_raw] if args.key?(:stderr_raw)
|
|
||||||
@stdout_digest = args[:stdout_digest] if args.key?(:stdout_digest)
|
|
||||||
@stdout_raw = args[:stdout_raw] if args.key?(:stdout_raw)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Command` is the actual command executed by a worker running an
|
|
||||||
# Action.
|
|
||||||
# Except as otherwise required, the environment (such as which system
|
|
||||||
# libraries or binaries are available, and what filesystems are mounted where)
|
|
||||||
# is defined by and specific to the implementation of the remote execution API.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The arguments to the command. The first argument must be the path to the
|
|
||||||
# executable, which must be either a relative path, in which case it is
|
|
||||||
# evaluated with respect to the input root, or an absolute path.
|
|
||||||
# The working directory will always be the input root.
|
|
||||||
# Corresponds to the JSON property `arguments`
|
|
||||||
# @return [Array<String>]
|
|
||||||
attr_accessor :arguments
|
|
||||||
|
|
||||||
# The environment variables to set when running the program. The worker may
|
|
||||||
# provide its own default environment variables; these defaults can be
|
|
||||||
# overridden using this field. Additional variables can also be specified.
|
|
||||||
# In order to ensure that equivalent `Command`s always hash to the same
|
|
||||||
# value, the environment variables MUST be lexicographically sorted by name.
|
|
||||||
# Sorting of strings is done by code point, equivalently, by the UTF-8 bytes.
|
|
||||||
# Corresponds to the JSON property `environmentVariables`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable>]
|
|
||||||
attr_accessor :environment_variables
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@arguments = args[:arguments] if args.key?(:arguments)
|
|
||||||
@environment_variables = args[:environment_variables] if args.key?(:environment_variables)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `EnvironmentVariable` is one variable to set in the running program's
|
|
||||||
# environment.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The variable name.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
# The variable value.
|
|
||||||
# Corresponds to the JSON property `value`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :value
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
@value = args[:value] if args.key?(:value)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The hash. In the case of SHA-256, it will always be a lowercase hex string
|
|
||||||
# exactly 64 characters long.
|
|
||||||
# Corresponds to the JSON property `hash`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :hash_prop
|
|
||||||
|
|
||||||
# The size of the blob, in bytes.
|
|
||||||
# Corresponds to the JSON property `sizeBytes`
|
|
||||||
# @return [Fixnum]
|
|
||||||
attr_accessor :size_bytes
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@hash_prop = args[:hash_prop] if args.key?(:hash_prop)
|
|
||||||
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Directory` represents a directory node in a file tree, containing zero or
|
|
||||||
# more children FileNodes
|
|
||||||
# and DirectoryNodes.
|
|
||||||
# Each `Node` contains its name in the directory, the digest of its content
|
|
||||||
# (either a file blob or a `Directory` proto), as well as possibly some
|
|
||||||
# metadata about the file or directory.
|
|
||||||
# In order to ensure that two equivalent directory trees hash to the same
|
|
||||||
# value, the following restrictions MUST be obeyed when constructing a
|
|
||||||
# a `Directory`:
|
|
||||||
# - Every child in the directory must have a path of exactly one segment.
|
|
||||||
# Multiple levels of directory hierarchy may not be collapsed.
|
|
||||||
# - Each child in the directory must have a unique path segment (file name).
|
|
||||||
# - The files and directories in the directory must each be sorted in
|
|
||||||
# lexicographical order by path. The path strings must be sorted by code
|
|
||||||
# point, equivalently, by UTF-8 bytes.
|
|
||||||
# A `Directory` that obeys the restrictions is said to be in canonical form.
|
|
||||||
# As an example, the following could be used for a file named `bar` and a
|
|
||||||
# directory named `foo` with an executable file named `baz` (hashes shortened
|
|
||||||
# for readability):
|
|
||||||
# ```json
|
|
||||||
# // (Directory proto)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The subdirectories in the directory.
|
|
||||||
# Corresponds to the JSON property `directories`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectoryNode>]
|
|
||||||
attr_accessor :directories
|
|
||||||
|
|
||||||
# The files in the directory.
|
|
||||||
# Corresponds to the JSON property `files`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testFileNode>]
|
|
||||||
attr_accessor :files
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@directories = args[:directories] if args.key?(:directories)
|
|
||||||
@files = args[:files] if args.key?(:files)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `DirectoryNode` represents a child of a
|
|
||||||
# Directory which is itself
|
|
||||||
# a `Directory` and its associated metadata.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# The name of the directory.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# Metadata about an ongoing
|
|
||||||
# execution, which
|
|
||||||
# will be contained in the metadata
|
|
||||||
# field of the
|
|
||||||
# Operation.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `actionDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :action_digest
|
|
||||||
|
|
||||||
#
|
|
||||||
# Corresponds to the JSON property `stage`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stage
|
|
||||||
|
|
||||||
# If set, the client can use this name with
|
|
||||||
# ByteStream.Read to stream the
|
|
||||||
# standard error.
|
|
||||||
# Corresponds to the JSON property `stderrStreamName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stderr_stream_name
|
|
||||||
|
|
||||||
# If set, the client can use this name with
|
|
||||||
# ByteStream.Read to stream the
|
|
||||||
# standard output.
|
|
||||||
# Corresponds to the JSON property `stdoutStreamName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :stdout_stream_name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@action_digest = args[:action_digest] if args.key?(:action_digest)
|
|
||||||
@stage = args[:stage] if args.key?(:stage)
|
|
||||||
@stderr_stream_name = args[:stderr_stream_name] if args.key?(:stderr_stream_name)
|
|
||||||
@stdout_stream_name = args[:stdout_stream_name] if args.key?(:stdout_stream_name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# The response message for
|
|
||||||
# Execution.Execute,
|
|
||||||
# which will be contained in the response
|
|
||||||
# field of the
|
|
||||||
# Operation.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# True if the result was served from cache, false if it was executed.
|
|
||||||
# Corresponds to the JSON property `cachedResult`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :cached_result
|
|
||||||
alias_method :cached_result?, :cached_result
|
|
||||||
|
|
||||||
# An ActionResult represents the result of an
|
|
||||||
# Action being run.
|
|
||||||
# Corresponds to the JSON property `result`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testActionResult]
|
|
||||||
attr_accessor :result
|
|
||||||
|
|
||||||
# An optional list of additional log outputs the server wishes to provide. A
|
|
||||||
# server can use this to return execution-specific logs however it wishes.
|
|
||||||
# This is intended primarily to make it easier for users to debug issues that
|
|
||||||
# may be outside of the actual job execution, such as by identifying the
|
|
||||||
# worker executing the action or by providing logs from the worker's setup
|
|
||||||
# phase. The keys SHOULD be human readable so that a client can display them
|
|
||||||
# to a user.
|
|
||||||
# Corresponds to the JSON property `serverLogs`
|
|
||||||
# @return [Hash<String,Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testLogFile>]
|
|
||||||
attr_accessor :server_logs
|
|
||||||
|
|
||||||
# The `Status` type defines a logical error model that is suitable for
|
|
||||||
# different programming environments, including REST APIs and RPC APIs. It is
|
|
||||||
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
|
||||||
# three pieces of data: error code, error message, and error details.
|
|
||||||
# You can find out more about this error model and how to work with it in the
|
|
||||||
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
||||||
# Corresponds to the JSON property `status`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus]
|
|
||||||
attr_accessor :status
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@cached_result = args[:cached_result] if args.key?(:cached_result)
|
|
||||||
@result = args[:result] if args.key?(:result)
|
|
||||||
@server_logs = args[:server_logs] if args.key?(:server_logs)
|
|
||||||
@status = args[:status] if args.key?(:status)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `FileNode` represents a single file and associated metadata.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# True if file is executable, false otherwise.
|
|
||||||
# Corresponds to the JSON property `isExecutable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :is_executable
|
|
||||||
alias_method :is_executable?, :is_executable
|
|
||||||
|
|
||||||
# The name of the file.
|
|
||||||
# Corresponds to the JSON property `name`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :name
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@is_executable = args[:is_executable] if args.key?(:is_executable)
|
|
||||||
@name = args[:name] if args.key?(:name)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `LogFile` is a log stored in the CAS.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# This is a hint as to the purpose of the log, and is set to true if the log
|
|
||||||
# is human-readable text that can be usefully displayed to a user, and false
|
|
||||||
# otherwise. For instance, if a command-line client wishes to print the
|
|
||||||
# server logs to the terminal for a failed action, this allows it to avoid
|
|
||||||
# displaying a binary file.
|
|
||||||
# Corresponds to the JSON property `humanReadable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :human_readable
|
|
||||||
alias_method :human_readable?, :human_readable
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@human_readable = args[:human_readable] if args.key?(:human_readable)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `OutputDirectory` is the output in an `ActionResult` corresponding to a
|
|
||||||
# directory's full contents rather than a single file.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# The full path of the directory relative to the working directory. The path
|
|
||||||
# separator is a forward slash `/`. Since this is a relative path, it MUST
|
|
||||||
# NOT begin with a leading forward slash. The empty string value is allowed,
|
|
||||||
# and it denotes the entire working directory.
|
|
||||||
# Corresponds to the JSON property `path`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :path
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `treeDigest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :tree_digest
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@path = args[:path] if args.key?(:path)
|
|
||||||
@tree_digest = args[:tree_digest] if args.key?(:tree_digest)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An `OutputFile` is similar to a
|
|
||||||
# FileNode, but it is
|
|
||||||
# tailored for output as part of an `ActionResult`. It allows a full file path
|
|
||||||
# rather than only a name, and allows the server to include content inline.
|
|
||||||
# `OutputFile` is binary-compatible with `FileNode`.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# The raw content of the file.
|
|
||||||
# This field may be used by the server to provide the content of a file
|
|
||||||
# inline in an
|
|
||||||
# ActionResult and
|
|
||||||
# avoid requiring that the client make a separate call to
|
|
||||||
# [ContentAddressableStorage.GetBlob] to retrieve it.
|
|
||||||
# The client SHOULD NOT assume that it will get raw content with any request,
|
|
||||||
# and always be prepared to retrieve it via `digest`.
|
|
||||||
# Corresponds to the JSON property `content`
|
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :content
|
|
||||||
|
|
||||||
# A content digest. A digest for a given blob consists of the size of the blob
|
|
||||||
# and its hash. The hash algorithm to use is defined by the server, but servers
|
|
||||||
# SHOULD use SHA-256.
|
|
||||||
# The size is considered to be an integral part of the digest and cannot be
|
|
||||||
# separated. That is, even if the `hash` field is correctly specified but
|
|
||||||
# `size_bytes` is not, the server MUST reject the request.
|
|
||||||
# The reason for including the size in the digest is as follows: in a great
|
|
||||||
# many cases, the server needs to know the size of the blob it is about to work
|
|
||||||
# with prior to starting an operation with it, such as flattening Merkle tree
|
|
||||||
# structures or streaming it to a worker. Technically, the server could
|
|
||||||
# implement a separate metadata store, but this results in a significantly more
|
|
||||||
# complicated implementation as opposed to having the client specify the size
|
|
||||||
# up-front (or storing the size along with the digest in every message where
|
|
||||||
# digests are embedded). This does mean that the API leaks some implementation
|
|
||||||
# details of (what we consider to be) a reasonable server implementation, but
|
|
||||||
# we consider this to be a worthwhile tradeoff.
|
|
||||||
# When a `Digest` is used to refer to a proto message, it always refers to the
|
|
||||||
# message in binary encoded form. To ensure consistent hashing, clients and
|
|
||||||
# servers MUST ensure that they serialize messages according to the following
|
|
||||||
# rules, even if there are alternate valid encodings for the same message.
|
|
||||||
# - Fields are serialized in tag order.
|
|
||||||
# - There are no unknown fields.
|
|
||||||
# - There are no duplicate fields.
|
|
||||||
# - Fields are serialized according to the default semantics for their type.
|
|
||||||
# Most protocol buffer implementations will always follow these rules when
|
|
||||||
# serializing, but care should be taken to avoid shortcuts. For instance,
|
|
||||||
# concatenating two messages to merge them may produce duplicate fields.
|
|
||||||
# Corresponds to the JSON property `digest`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest]
|
|
||||||
attr_accessor :digest
|
|
||||||
|
|
||||||
# True if file is executable, false otherwise.
|
|
||||||
# Corresponds to the JSON property `isExecutable`
|
|
||||||
# @return [Boolean]
|
|
||||||
attr_accessor :is_executable
|
|
||||||
alias_method :is_executable?, :is_executable
|
|
||||||
|
|
||||||
# The full path of the file relative to the input root, including the
|
|
||||||
# filename. The path separator is a forward slash `/`. Since this is a
|
|
||||||
# relative path, it MUST NOT begin with a leading forward slash.
|
|
||||||
# Corresponds to the JSON property `path`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :path
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@content = args[:content] if args.key?(:content)
|
|
||||||
@digest = args[:digest] if args.key?(:digest)
|
|
||||||
@is_executable = args[:is_executable] if args.key?(:is_executable)
|
|
||||||
@path = args[:path] if args.key?(:path)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# An optional Metadata to attach to any RPC request to tell the server about an
|
|
||||||
# external context of the request. The server may use this for logging or other
|
|
||||||
# purposes. To use it, the client attaches the header to the call using the
|
|
||||||
# canonical proto serialization:
|
|
||||||
# name: google.devtools.remoteexecution.v1test.requestmetadata-bin
|
|
||||||
# contents: the base64 encoded binary RequestMetadata message.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# An identifier that ties multiple requests to the same action.
|
|
||||||
# For example, multiple requests to the CAS, Action Cache, and Execution
|
|
||||||
# API are used in order to compile foo.cc.
|
|
||||||
# Corresponds to the JSON property `actionId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :action_id
|
|
||||||
|
|
||||||
# An identifier to tie multiple tool invocations together. For example,
|
|
||||||
# runs of foo_test, bar_test and baz_test on a post-submit of a given patch.
|
|
||||||
# Corresponds to the JSON property `correlatedInvocationsId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :correlated_invocations_id
|
|
||||||
|
|
||||||
# Details for the tool used to call the API.
|
|
||||||
# Corresponds to the JSON property `toolDetails`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testToolDetails]
|
|
||||||
attr_accessor :tool_details
|
|
||||||
|
|
||||||
# An identifier that ties multiple actions together to a final result.
|
|
||||||
# For example, multiple actions are required to build and run foo_test.
|
|
||||||
# Corresponds to the JSON property `toolInvocationId`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_invocation_id
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@action_id = args[:action_id] if args.key?(:action_id)
|
|
||||||
@correlated_invocations_id = args[:correlated_invocations_id] if args.key?(:correlated_invocations_id)
|
|
||||||
@tool_details = args[:tool_details] if args.key?(:tool_details)
|
|
||||||
@tool_invocation_id = args[:tool_invocation_id] if args.key?(:tool_invocation_id)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# Details for the tool used to call the API.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# Name of the tool, e.g. bazel.
|
|
||||||
# Corresponds to the JSON property `toolName`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_name
|
|
||||||
|
|
||||||
# Version of the tool used for the request, e.g. 5.0.3.
|
|
||||||
# Corresponds to the JSON property `toolVersion`
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :tool_version
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@tool_name = args[:tool_name] if args.key?(:tool_name)
|
|
||||||
@tool_version = args[:tool_version] if args.key?(:tool_version)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# A `Tree` contains all the
|
|
||||||
# Directory protos in a
|
|
||||||
# single directory Merkle tree, compressed into one message.
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
include Google::Apis::Core::Hashable
|
|
||||||
|
|
||||||
# All the child directories: the directories referred to by the root and,
|
|
||||||
# recursively, all its children. In order to reconstruct the directory tree,
|
|
||||||
# the client must take the digests of each of the child directories and then
|
|
||||||
# build up a tree starting from the `root`.
|
|
||||||
# Corresponds to the JSON property `children`
|
|
||||||
# @return [Array<Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory>]
|
|
||||||
attr_accessor :children
|
|
||||||
|
|
||||||
# A `Directory` represents a directory node in a file tree, containing zero or
|
|
||||||
# more children FileNodes
|
|
||||||
# and DirectoryNodes.
|
|
||||||
# Each `Node` contains its name in the directory, the digest of its content
|
|
||||||
# (either a file blob or a `Directory` proto), as well as possibly some
|
|
||||||
# metadata about the file or directory.
|
|
||||||
# In order to ensure that two equivalent directory trees hash to the same
|
|
||||||
# value, the following restrictions MUST be obeyed when constructing a
|
|
||||||
# a `Directory`:
|
|
||||||
# - Every child in the directory must have a path of exactly one segment.
|
|
||||||
# Multiple levels of directory hierarchy may not be collapsed.
|
|
||||||
# - Each child in the directory must have a unique path segment (file name).
|
|
||||||
# - The files and directories in the directory must each be sorted in
|
|
||||||
# lexicographical order by path. The path strings must be sorted by code
|
|
||||||
# point, equivalently, by UTF-8 bytes.
|
|
||||||
# A `Directory` that obeys the restrictions is said to be in canonical form.
|
|
||||||
# As an example, the following could be used for a file named `bar` and a
|
|
||||||
# directory named `foo` with an executable file named `baz` (hashes shortened
|
|
||||||
# for readability):
|
|
||||||
# ```json
|
|
||||||
# // (Directory proto)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "bar",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4a73bc9d03...",
|
|
||||||
# size: 65534
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ],
|
|
||||||
# directories: [
|
|
||||||
# `
|
|
||||||
# name: "foo",
|
|
||||||
# digest: `
|
|
||||||
# hash: "4cf2eda940...",
|
|
||||||
# size: 43
|
|
||||||
# `
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# // (Directory proto with hash "4cf2eda940..." and size 43)
|
|
||||||
# `
|
|
||||||
# files: [
|
|
||||||
# `
|
|
||||||
# name: "baz",
|
|
||||||
# digest: `
|
|
||||||
# hash: "b2c941073e...",
|
|
||||||
# size: 1294,
|
|
||||||
# `,
|
|
||||||
# is_executable: true
|
|
||||||
# `
|
|
||||||
# ]
|
|
||||||
# `
|
|
||||||
# ```
|
|
||||||
# Corresponds to the JSON property `root`
|
|
||||||
# @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory]
|
|
||||||
attr_accessor :root
|
|
||||||
|
|
||||||
def initialize(**args)
|
|
||||||
update!(**args)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Update properties of this object
|
|
||||||
def update!(**args)
|
|
||||||
@children = args[:children] if args.key?(:children)
|
|
||||||
@root = args[:root] if args.key?(:root)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# AdminTemp is a prelimiary set of administration tasks. It's called "Temp"
|
# AdminTemp is a prelimiary set of administration tasks. It's called "Temp"
|
||||||
# because we do not yet know the best way to represent admin tasks; it's
|
# because we do not yet know the best way to represent admin tasks; it's
|
||||||
# possible that this will be entirely replaced in later versions of this API.
|
# possible that this will be entirely replaced in later versions of this API.
|
||||||
|
|
|
@ -382,96 +382,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1150,161 +1060,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testActionResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :exit_code, as: 'exitCode'
|
|
||||||
collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputDirectory::Representation
|
|
||||||
|
|
||||||
collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputFile, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputFile::Representation
|
|
||||||
|
|
||||||
property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stderr_raw, :base64 => true, as: 'stderrRaw'
|
|
||||||
property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stdout_raw, :base64 => true, as: 'stdoutRaw'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommand
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :arguments, as: 'arguments'
|
|
||||||
collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :value, as: 'value'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDigest
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :hash_prop, as: 'hash'
|
|
||||||
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectoryNode, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectoryNode::Representation
|
|
||||||
|
|
||||||
collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testFileNode, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testFileNode::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :stage, as: 'stage'
|
|
||||||
property :stderr_stream_name, as: 'stderrStreamName'
|
|
||||||
property :stdout_stream_name, as: 'stdoutStreamName'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :cached_result, as: 'cachedResult'
|
|
||||||
property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testActionResult, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testActionResult::Representation
|
|
||||||
|
|
||||||
hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testLogFile, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testLogFile::Representation
|
|
||||||
|
|
||||||
property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testFileNode
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :name, as: 'name'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testLogFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :human_readable, as: 'humanReadable'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :path, as: 'path'
|
|
||||||
property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testOutputFile
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :content, :base64 => true, as: 'content'
|
|
||||||
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
|
|
||||||
|
|
||||||
property :is_executable, as: 'isExecutable'
|
|
||||||
property :path, as: 'path'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :action_id, as: 'actionId'
|
|
||||||
property :correlated_invocations_id, as: 'correlatedInvocationsId'
|
|
||||||
property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testToolDetails, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testToolDetails::Representation
|
|
||||||
|
|
||||||
property :tool_invocation_id, as: 'toolInvocationId'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testToolDetails
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :tool_name, as: 'toolName'
|
|
||||||
property :tool_version, as: 'toolVersion'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteexecutionV1testTree
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
|
@ -21,12 +21,15 @@ module Google
|
||||||
# Safe Browsing API
|
# Safe Browsing API
|
||||||
#
|
#
|
||||||
# Enables client applications to check web resources (most commonly URLs)
|
# Enables client applications to check web resources (most commonly URLs)
|
||||||
# against Google-generated lists of unsafe web resources.
|
# against Google-generated lists of unsafe web resources. The Safe Browsing APIs
|
||||||
|
# are for non-commercial use only. If you need to use APIs to detect malicious
|
||||||
|
# URLs for commercial purposes – meaning “for sale or revenue-generating
|
||||||
|
# purposes” – please refer to the Web Risk API.
|
||||||
#
|
#
|
||||||
# @see https://developers.google.com/safe-browsing/
|
# @see https://developers.google.com/safe-browsing/
|
||||||
module SafebrowsingV4
|
module SafebrowsingV4
|
||||||
VERSION = 'V4'
|
VERSION = 'V4'
|
||||||
REVISION = '20190520'
|
REVISION = '20190923'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -23,7 +23,10 @@ module Google
|
||||||
# Safe Browsing API
|
# Safe Browsing API
|
||||||
#
|
#
|
||||||
# Enables client applications to check web resources (most commonly URLs)
|
# Enables client applications to check web resources (most commonly URLs)
|
||||||
# against Google-generated lists of unsafe web resources.
|
# against Google-generated lists of unsafe web resources. The Safe Browsing APIs
|
||||||
|
# are for non-commercial use only. If you need to use APIs to detect malicious
|
||||||
|
# URLs for commercial purposes – meaning “for sale or revenue-generating
|
||||||
|
# purposes” – please refer to the Web Risk API.
|
||||||
#
|
#
|
||||||
# @example
|
# @example
|
||||||
# require 'google/apis/safebrowsing_v4'
|
# require 'google/apis/safebrowsing_v4'
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
||||||
module ServicebrokerV1
|
module ServicebrokerV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190909'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -72,25 +72,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -100,17 +109,22 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class GoogleIamV1Policy
|
class GoogleIamV1Policy
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::ServicebrokerV1::GoogleIamV1Binding>]
|
# @return [Array<Google::Apis::ServicebrokerV1::GoogleIamV1Binding>]
|
||||||
|
@ -124,7 +138,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -133,9 +149,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -158,25 +178,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -186,11 +215,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
||||||
module ServicebrokerV1alpha1
|
module ServicebrokerV1alpha1
|
||||||
VERSION = 'V1alpha1'
|
VERSION = 'V1alpha1'
|
||||||
REVISION = '20190909'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -776,25 +776,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -804,17 +813,22 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class GoogleIamV1Policy
|
class GoogleIamV1Policy
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::ServicebrokerV1alpha1::GoogleIamV1Binding>]
|
# @return [Array<Google::Apis::ServicebrokerV1alpha1::GoogleIamV1Binding>]
|
||||||
|
@ -828,7 +842,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -837,9 +853,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -862,25 +882,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -890,11 +919,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
# @see https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker
|
||||||
module ServicebrokerV1beta1
|
module ServicebrokerV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190909'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -893,25 +893,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -921,17 +930,22 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class GoogleIamV1Policy
|
class GoogleIamV1Policy
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::ServicebrokerV1beta1::GoogleIamV1Binding>]
|
# @return [Array<Google::Apis::ServicebrokerV1beta1::GoogleIamV1Binding>]
|
||||||
|
@ -945,7 +959,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -954,9 +970,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -979,25 +999,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -1007,11 +1036,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/service-management/
|
# @see https://cloud.google.com/service-management/
|
||||||
module ServicemanagementV1
|
module ServicemanagementV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190914'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -3043,25 +3043,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -3071,11 +3080,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
class Policy
|
class Policy
|
||||||
|
@ -3086,7 +3099,8 @@ module Google
|
||||||
# @return [Array<Google::Apis::ServicemanagementV1::AuditConfig>]
|
# @return [Array<Google::Apis::ServicemanagementV1::AuditConfig>]
|
||||||
attr_accessor :audit_configs
|
attr_accessor :audit_configs
|
||||||
|
|
||||||
# Associates a list of `members` to a `role`.
|
# Associates a list of `members` to a `role`. Optionally may specify a
|
||||||
|
# `condition` that determines when binding is in effect.
|
||||||
# `bindings` with no members will result in an error.
|
# `bindings` with no members will result in an error.
|
||||||
# Corresponds to the JSON property `bindings`
|
# Corresponds to the JSON property `bindings`
|
||||||
# @return [Array<Google::Apis::ServicemanagementV1::Binding>]
|
# @return [Array<Google::Apis::ServicemanagementV1::Binding>]
|
||||||
|
@ -3100,7 +3114,9 @@ module Google
|
||||||
# systems are expected to put that etag in the request to `setIamPolicy` to
|
# systems are expected to put that etag in the request to `setIamPolicy` to
|
||||||
# ensure that their change will be applied to the same version of the policy.
|
# ensure that their change will be applied to the same version of the policy.
|
||||||
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||||
# policy is overwritten.
|
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
|
||||||
|
# 'setIamPolicy' will not fail even if either of incoming or stored policy
|
||||||
|
# does not meet the version requirements.
|
||||||
# Corresponds to the JSON property `etag`
|
# Corresponds to the JSON property `etag`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -3109,9 +3125,13 @@ module Google
|
||||||
# Specifies the format of the policy.
|
# Specifies the format of the policy.
|
||||||
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
||||||
# rejected.
|
# rejected.
|
||||||
# Policies with any conditional bindings must specify version 3. Policies
|
# Operations affecting conditional bindings must specify version 3. This can
|
||||||
# without any conditional bindings may specify any valid value or leave the
|
# be either setting a conditional policy, modifying a conditional binding,
|
||||||
# field unset.
|
# or removing a conditional binding from the stored conditional policy.
|
||||||
|
# Operations on non-conditional policies may specify any valid value or
|
||||||
|
# leave the field unset.
|
||||||
|
# If no etag is provided in the call to `setIamPolicy`, any version
|
||||||
|
# compliance checks on the incoming and/or stored policy is skipped.
|
||||||
# Corresponds to the JSON property `version`
|
# Corresponds to the JSON property `version`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :version
|
attr_accessor :version
|
||||||
|
@ -3848,25 +3868,34 @@ module Google
|
||||||
|
|
||||||
# Defines an Identity and Access Management (IAM) policy. It is used to
|
# Defines an Identity and Access Management (IAM) policy. It is used to
|
||||||
# specify access control policies for Cloud Platform resources.
|
# specify access control policies for Cloud Platform resources.
|
||||||
# A `Policy` consists of a list of `bindings`. A `binding` binds a list of
|
# A `Policy` is a collection of `bindings`. A `binding` binds one or more
|
||||||
# `members` to a `role`, where the members can be user accounts, Google groups,
|
# `members` to a single `role`. Members can be user accounts, service accounts,
|
||||||
# Google domains, and service accounts. A `role` is a named list of permissions
|
# Google groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
# defined by IAM.
|
# permissions (defined by IAM or configured by users). A `binding` can
|
||||||
|
# optionally specify a `condition`, which is a logic expression that further
|
||||||
|
# constrains the role binding based on attributes about the request and/or
|
||||||
|
# target resource.
|
||||||
# **JSON Example**
|
# **JSON Example**
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "roles/owner",
|
# "role": "role/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
# "domain:google.com",
|
# "domain:google.com",
|
||||||
# "serviceAccount:my-other-app@appspot.gserviceaccount.com"
|
# "serviceAccount:my-project-id@appspot.gserviceaccount.com"
|
||||||
# ]
|
# ]
|
||||||
# `,
|
# `,
|
||||||
# `
|
# `
|
||||||
# "role": "roles/viewer",
|
# "role": "roles/resourcemanager.organizationViewer",
|
||||||
# "members": ["user:sean@example.com"]
|
# "members": ["user:eve@example.com"],
|
||||||
|
# "condition": `
|
||||||
|
# "title": "expirable access",
|
||||||
|
# "description": "Does not grant access after Sep 2020",
|
||||||
|
# "expression": "request.time <
|
||||||
|
# timestamp('2020-10-01T00:00:00.000Z')",
|
||||||
|
# `
|
||||||
# `
|
# `
|
||||||
# ]
|
# ]
|
||||||
# `
|
# `
|
||||||
|
@ -3876,11 +3905,15 @@ module Google
|
||||||
# - user:mike@example.com
|
# - user:mike@example.com
|
||||||
# - group:admins@example.com
|
# - group:admins@example.com
|
||||||
# - domain:google.com
|
# - domain:google.com
|
||||||
# - serviceAccount:my-other-app@appspot.gserviceaccount.com
|
# - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
||||||
# role: roles/owner
|
# role: roles/resourcemanager.organizationAdmin
|
||||||
# - members:
|
# - members:
|
||||||
# - user:sean@example.com
|
# - user:eve@example.com
|
||||||
# role: roles/viewer
|
# role: roles/resourcemanager.organizationViewer
|
||||||
|
# condition:
|
||||||
|
# title: expirable access
|
||||||
|
# description: Does not grant access after Sep 2020
|
||||||
|
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
|
||||||
# For a description of IAM and its features, see the
|
# For a description of IAM and its features, see the
|
||||||
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
# [IAM developer's guide](https://cloud.google.com/iam/docs).
|
||||||
# Corresponds to the JSON property `policy`
|
# Corresponds to the JSON property `policy`
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://developers.google.com/cloud-test-lab/
|
# @see https://developers.google.com/cloud-test-lab/
|
||||||
module TestingV1
|
module TestingV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190915'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1296,6 +1296,40 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# A test of an iOS application that implements one or more game loop scenarios.
|
||||||
|
# This test type accepts an archived application (.ipa file) and a list of
|
||||||
|
# integer scenarios that will be executed on the app sequentially.
|
||||||
|
class IosTestLoop
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# Output only. The bundle id for the application under test.
|
||||||
|
# Corresponds to the JSON property `appBundleId`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :app_bundle_id
|
||||||
|
|
||||||
|
# A reference to a file, used for user inputs.
|
||||||
|
# Corresponds to the JSON property `appIpa`
|
||||||
|
# @return [Google::Apis::TestingV1::FileReference]
|
||||||
|
attr_accessor :app_ipa
|
||||||
|
|
||||||
|
# The list of scenarios that should be run during the test. Defaults to the
|
||||||
|
# single scenario 0 if unspecified.
|
||||||
|
# Corresponds to the JSON property `scenarios`
|
||||||
|
# @return [Array<Fixnum>]
|
||||||
|
attr_accessor :scenarios
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@app_bundle_id = args[:app_bundle_id] if args.key?(:app_bundle_id)
|
||||||
|
@app_ipa = args[:app_ipa] if args.key?(:app_ipa)
|
||||||
|
@scenarios = args[:scenarios] if args.key?(:scenarios)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# A description of how to set up an iOS device prior to running the test.
|
# A description of how to set up an iOS device prior to running the test.
|
||||||
class IosTestSetup
|
class IosTestSetup
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
@ -2107,6 +2141,13 @@ module Google
|
||||||
attr_accessor :disable_video_recording
|
attr_accessor :disable_video_recording
|
||||||
alias_method :disable_video_recording?, :disable_video_recording
|
alias_method :disable_video_recording?, :disable_video_recording
|
||||||
|
|
||||||
|
# A test of an iOS application that implements one or more game loop scenarios.
|
||||||
|
# This test type accepts an archived application (.ipa file) and a list of
|
||||||
|
# integer scenarios that will be executed on the app sequentially.
|
||||||
|
# Corresponds to the JSON property `iosTestLoop`
|
||||||
|
# @return [Google::Apis::TestingV1::IosTestLoop]
|
||||||
|
attr_accessor :ios_test_loop
|
||||||
|
|
||||||
# A description of how to set up an iOS device prior to running the test.
|
# A description of how to set up an iOS device prior to running the test.
|
||||||
# Corresponds to the JSON property `iosTestSetup`
|
# Corresponds to the JSON property `iosTestSetup`
|
||||||
# @return [Google::Apis::TestingV1::IosTestSetup]
|
# @return [Google::Apis::TestingV1::IosTestSetup]
|
||||||
|
@ -2145,6 +2186,7 @@ module Google
|
||||||
@android_test_loop = args[:android_test_loop] if args.key?(:android_test_loop)
|
@android_test_loop = args[:android_test_loop] if args.key?(:android_test_loop)
|
||||||
@disable_performance_metrics = args[:disable_performance_metrics] if args.key?(:disable_performance_metrics)
|
@disable_performance_metrics = args[:disable_performance_metrics] if args.key?(:disable_performance_metrics)
|
||||||
@disable_video_recording = args[:disable_video_recording] if args.key?(:disable_video_recording)
|
@disable_video_recording = args[:disable_video_recording] if args.key?(:disable_video_recording)
|
||||||
|
@ios_test_loop = args[:ios_test_loop] if args.key?(:ios_test_loop)
|
||||||
@ios_test_setup = args[:ios_test_setup] if args.key?(:ios_test_setup)
|
@ios_test_setup = args[:ios_test_setup] if args.key?(:ios_test_setup)
|
||||||
@ios_xc_test = args[:ios_xc_test] if args.key?(:ios_xc_test)
|
@ios_xc_test = args[:ios_xc_test] if args.key?(:ios_xc_test)
|
||||||
@test_setup = args[:test_setup] if args.key?(:test_setup)
|
@test_setup = args[:test_setup] if args.key?(:test_setup)
|
||||||
|
|
|
@ -226,6 +226,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class IosTestLoop
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class IosTestSetup
|
class IosTestSetup
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -738,6 +744,16 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class IosTestLoop
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :app_bundle_id, as: 'appBundleId'
|
||||||
|
property :app_ipa, as: 'appIpa', class: Google::Apis::TestingV1::FileReference, decorator: Google::Apis::TestingV1::FileReference::Representation
|
||||||
|
|
||||||
|
collection :scenarios, as: 'scenarios'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class IosTestSetup
|
class IosTestSetup
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -970,6 +986,8 @@ module Google
|
||||||
|
|
||||||
property :disable_performance_metrics, as: 'disablePerformanceMetrics'
|
property :disable_performance_metrics, as: 'disablePerformanceMetrics'
|
||||||
property :disable_video_recording, as: 'disableVideoRecording'
|
property :disable_video_recording, as: 'disableVideoRecording'
|
||||||
|
property :ios_test_loop, as: 'iosTestLoop', class: Google::Apis::TestingV1::IosTestLoop, decorator: Google::Apis::TestingV1::IosTestLoop::Representation
|
||||||
|
|
||||||
property :ios_test_setup, as: 'iosTestSetup', class: Google::Apis::TestingV1::IosTestSetup, decorator: Google::Apis::TestingV1::IosTestSetup::Representation
|
property :ios_test_setup, as: 'iosTestSetup', class: Google::Apis::TestingV1::IosTestSetup, decorator: Google::Apis::TestingV1::IosTestSetup::Representation
|
||||||
|
|
||||||
property :ios_xc_test, as: 'iosXcTest', class: Google::Apis::TestingV1::IosXcTest, decorator: Google::Apis::TestingV1::IosXcTest::Representation
|
property :ios_xc_test, as: 'iosXcTest', class: Google::Apis::TestingV1::IosXcTest, decorator: Google::Apis::TestingV1::IosXcTest::Representation
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/text-to-speech/
|
# @see https://cloud.google.com/text-to-speech/
|
||||||
module TexttospeechV1
|
module TexttospeechV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190628'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -48,7 +48,7 @@ module Google
|
||||||
# @return [Float]
|
# @return [Float]
|
||||||
attr_accessor :pitch
|
attr_accessor :pitch
|
||||||
|
|
||||||
# The synthesis sample rate (in hertz) for this audio. Optional. When this is
|
# Optional. The synthesis sample rate (in hertz) for this audio. When this is
|
||||||
# specified in SynthesizeSpeechRequest, if this is different from the voice's
|
# specified in SynthesizeSpeechRequest, if this is different from the voice's
|
||||||
# natural sample rate, then the synthesizer will honor this request by
|
# natural sample rate, then the synthesizer will honor this request by
|
||||||
# converting to the desired sample rate (which might result in worse audio
|
# converting to the desired sample rate (which might result in worse audio
|
||||||
|
@ -245,9 +245,10 @@ module Google
|
||||||
class VoiceSelectionParams
|
class VoiceSelectionParams
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The language (and optionally also the region) of the voice expressed as a
|
# Required. The language (and potentially also the region) of the voice
|
||||||
|
# expressed as a
|
||||||
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag, e.g.
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag, e.g.
|
||||||
# "en-US". Required. This should not include a script tag (e.g. use
|
# "en-US". This should not include a script tag (e.g. use
|
||||||
# "cmn-cn" rather than "cmn-Hant-cn"), because the script will be inferred
|
# "cmn-cn" rather than "cmn-Hant-cn"), because the script will be inferred
|
||||||
# from the input provided in the SynthesisInput. The TTS service
|
# from the input provided in the SynthesisInput. The TTS service
|
||||||
# will use this parameter to help choose an appropriate voice. Note that
|
# will use this parameter to help choose an appropriate voice. Note that
|
||||||
|
@ -260,13 +261,13 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :language_code
|
attr_accessor :language_code
|
||||||
|
|
||||||
# The name of the voice. Optional; if not set, the service will choose a
|
# The name of the voice. If not set, the service will choose a
|
||||||
# voice based on the other parameters such as language_code and gender.
|
# voice based on the other parameters such as language_code and gender.
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# The preferred gender of the voice. Optional; if not set, the service will
|
# The preferred gender of the voice. If not set, the service will
|
||||||
# choose a voice based on the other parameters such as language_code and
|
# choose a voice based on the other parameters such as language_code and
|
||||||
# name. Note that this is only a preference, not requirement; if a
|
# name. Note that this is only a preference, not requirement; if a
|
||||||
# voice of the appropriate gender is not available, the synthesizer should
|
# voice of the appropriate gender is not available, the synthesizer should
|
||||||
|
|
|
@ -80,7 +80,7 @@ module Google
|
||||||
|
|
||||||
# Returns a list of Voice supported for synthesis.
|
# Returns a list of Voice supported for synthesis.
|
||||||
# @param [String] language_code
|
# @param [String] language_code
|
||||||
# Optional (but recommended)
|
# Optional. Recommended.
|
||||||
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
||||||
# specified, the ListVoices call will only return voices that can be used to
|
# specified, the ListVoices call will only return voices that can be used to
|
||||||
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/text-to-speech/
|
# @see https://cloud.google.com/text-to-speech/
|
||||||
module TexttospeechV1beta1
|
module TexttospeechV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190628'
|
REVISION = '20190920'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -48,7 +48,7 @@ module Google
|
||||||
# @return [Float]
|
# @return [Float]
|
||||||
attr_accessor :pitch
|
attr_accessor :pitch
|
||||||
|
|
||||||
# The synthesis sample rate (in hertz) for this audio. Optional. When this is
|
# Optional. The synthesis sample rate (in hertz) for this audio. When this is
|
||||||
# specified in SynthesizeSpeechRequest, if this is different from the voice's
|
# specified in SynthesizeSpeechRequest, if this is different from the voice's
|
||||||
# natural sample rate, then the synthesizer will honor this request by
|
# natural sample rate, then the synthesizer will honor this request by
|
||||||
# converting to the desired sample rate (which might result in worse audio
|
# converting to the desired sample rate (which might result in worse audio
|
||||||
|
@ -245,9 +245,10 @@ module Google
|
||||||
class VoiceSelectionParams
|
class VoiceSelectionParams
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The language (and optionally also the region) of the voice expressed as a
|
# Required. The language (and potentially also the region) of the voice
|
||||||
|
# expressed as a
|
||||||
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag, e.g.
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag, e.g.
|
||||||
# "en-US". Required. This should not include a script tag (e.g. use
|
# "en-US". This should not include a script tag (e.g. use
|
||||||
# "cmn-cn" rather than "cmn-Hant-cn"), because the script will be inferred
|
# "cmn-cn" rather than "cmn-Hant-cn"), because the script will be inferred
|
||||||
# from the input provided in the SynthesisInput. The TTS service
|
# from the input provided in the SynthesisInput. The TTS service
|
||||||
# will use this parameter to help choose an appropriate voice. Note that
|
# will use this parameter to help choose an appropriate voice. Note that
|
||||||
|
@ -260,13 +261,13 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :language_code
|
attr_accessor :language_code
|
||||||
|
|
||||||
# The name of the voice. Optional; if not set, the service will choose a
|
# The name of the voice. If not set, the service will choose a
|
||||||
# voice based on the other parameters such as language_code and gender.
|
# voice based on the other parameters such as language_code and gender.
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# The preferred gender of the voice. Optional; if not set, the service will
|
# The preferred gender of the voice. If not set, the service will
|
||||||
# choose a voice based on the other parameters such as language_code and
|
# choose a voice based on the other parameters such as language_code and
|
||||||
# name. Note that this is only a preference, not requirement; if a
|
# name. Note that this is only a preference, not requirement; if a
|
||||||
# voice of the appropriate gender is not available, the synthesizer should
|
# voice of the appropriate gender is not available, the synthesizer should
|
||||||
|
|
|
@ -80,7 +80,7 @@ module Google
|
||||||
|
|
||||||
# Returns a list of Voice supported for synthesis.
|
# Returns a list of Voice supported for synthesis.
|
||||||
# @param [String] language_code
|
# @param [String] language_code
|
||||||
# Optional (but recommended)
|
# Optional. Recommended.
|
||||||
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
||||||
# specified, the ListVoices call will only return voices that can be used to
|
# specified, the ListVoices call will only return voices that can be used to
|
||||||
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://firebase.google.com/docs/test-lab/
|
# @see https://firebase.google.com/docs/test-lab/
|
||||||
module ToolresultsV1beta3
|
module ToolresultsV1beta3
|
||||||
VERSION = 'V1beta3'
|
VERSION = 'V1beta3'
|
||||||
REVISION = '20190923'
|
REVISION = '20190924'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1893,7 +1893,7 @@ module Google
|
||||||
# 100 to COMPLETE
|
# 100 to COMPLETE
|
||||||
# A Step can be updated until its state is set to COMPLETE at which points it
|
# A Step can be updated until its state is set to COMPLETE at which points it
|
||||||
# becomes immutable.
|
# becomes immutable.
|
||||||
# Next tag: 25
|
# Next tag: 27
|
||||||
class Step
|
class Step
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue