Class: Google::Cloud::BeyondCorp::AppConnections::V1::UpdateAppConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BeyondCorp::AppConnections::V1::UpdateAppConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb
Overview
Request message for BeyondCorp.UpdateAppConnection.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#app_connection ⇒ ::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns Optional. If set as true, will create the resource if it is not found.
156 157 158 159 |
# File 'proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb', line 156 class UpdateAppConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_connection ⇒ ::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnection
Returns Required. AppConnection message with updated fields. Only supported fields specified in update_mask are updated.
156 157 158 159 |
# File 'proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb', line 156 class UpdateAppConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
156 157 158 159 |
# File 'proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb', line 156 class UpdateAppConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnection]:
labelsdisplay_nameapplication_endpointconnectors.
156 157 158 159 |
# File 'proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb', line 156 class UpdateAppConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
156 157 158 159 |
# File 'proto_docs/google/cloud/beyondcorp/appconnections/v1/app_connections_service.rb', line 156 class UpdateAppConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |