generated/google/apis/cloudasset_v1beta1/classes.rb in google-api-client-0.28.4 vs generated/google/apis/cloudasset_v1beta1/classes.rb in google-api-client-0.28.5

- old
+ new

@@ -71,14 +71,15 @@ # [IAM developer's guide](https://cloud.google.com/iam/docs). # Corresponds to the JSON property `iamPolicy` # @return [Google::Apis::CloudassetV1beta1::Policy] attr_accessor :iam_policy - # The full name of the asset. For example: `//compute.googleapis.com/projects/ - # my_project_123/zones/zone1/instances/instance1`. - # See [Resource Names](https://cloud.google.com/apis/design/resource_names# - # full_resource_name) + # The full name of the asset. For example: + # `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/ + # instance1`. + # See [Resource + # Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) # for more information. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -257,11 +258,11 @@ # account. For example, `alice@gmail.com` . # * `serviceAccount:`emailid``: An email address that represents a service # account. For example, `my-other-app@appspot.gserviceaccount.com`. # * `group:`emailid``: An email address that represents a Google group. # For example, `admins@example.com`. - # * `domain:`domain``: A Google Apps domain name that represents all the + # * `domain:`domain``: The G Suite domain (primary) that represents all the # users of that domain. For example, `google.com` or `example.com`. # Corresponds to the JSON property `members` # @return [Array<String>] attr_accessor :members @@ -411,18 +412,18 @@ # 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). The error model is designed to be: + # 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). The error model is designed to be: # - Simple to use and understand for most users # - Flexible enough to meet unexpected needs # # Overview - # The `Status` message contains three pieces of data: error code, error message, - # and error details. The error code should be an enum value of + # The `Status` message contains three pieces of data: error code, error + # message, and error details. The error code should be an enum value of # google.rpc.Code, but it may accept additional error codes if needed. The # error message should be a developer-facing English message that helps # developers *understand* and *resolve* the error. If a localized user-facing # error message is needed, put the localized message in the error details or # localize it in the client. The optional error details may contain arbitrary @@ -624,16 +625,17 @@ # Corresponds to the JSON property `discoveryName` # @return [String] attr_accessor :discovery_name # The full name of the immediate parent of this resource. See - # [Resource Names](https://cloud.google.com/apis/design/resource_names# - # full_resource_name) + # [Resource + # Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) # for more information. # For GCP assets, it is the parent resource defined in the [Cloud IAM policy # hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). - # For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`. + # For example: + # `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`. # For third-party assets, it is up to the users to define. # Corresponds to the JSON property `parent` # @return [String] attr_accessor :parent @@ -664,17 +666,17 @@ @resource_url = args[:resource_url] if args.key?(:resource_url) @version = args[:version] if args.key?(:version) 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). The error model is designed to be: + # 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). The error model is designed to be: # - Simple to use and understand for most users # - Flexible enough to meet unexpected needs # # Overview - # The `Status` message contains three pieces of data: error code, error message, - # and error details. The error code should be an enum value of + # The `Status` message contains three pieces of data: error code, error + # message, and error details. The error code should be an enum value of # google.rpc.Code, but it may accept additional error codes if needed. The # error message should be a developer-facing English message that helps # developers *understand* and *resolve* the error. If a localized user-facing # error message is needed, put the localized message in the error details or # localize it in the client. The optional error details may contain arbitrary