An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 759724486
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 754988866
docs: A comment for field `task_type` in message `.google.cloud.osconfig.agentendpoint.v1.ReportTaskProgressRequest` is changed
docs: A comment for field `inventory_checksum` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed
docs: A comment for field `inventory` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed
docs: A comment for field `uri` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `desired_state` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `archive_type` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `components` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `validate` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for enum `Interpreter` is changed
docs: A comment for enum value `INTERPRETER_UNSPECIFIED` in enum `Interpreter` is changed
docs: A comment for enum value `NONE` in enum `Interpreter` is changed
docs: A comment for enum value `SHELL` in enum `Interpreter` is changed
docs: A comment for enum value `POWERSHELL` in enum `Interpreter` is changed
docs: A comment for field `exit_code` in message `.google.cloud.osconfig.agentendpoint.v1.ExecStepTaskOutput` is changed
PiperOrigin-RevId: 647650082
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
- mig_instances_allowed
fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
PiperOrigin-RevId: 429025668
- supported_capabilities
- os_long_name
- os_short_name
- os_version
- os_architecture
feat: Add field to PatchConfig message:
- mig_instances_allowed
fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
PiperOrigin-RevId: 428781221
- Add item that is affected by vulnerability
- Add GetOsPolicyAssignmentReport and analogous List rpc method
- Add Inventory to InstanceFilter
- Add existing os_policy_assignment_reports.proto fixing the build
- Mark methods as deprecated
PiperOrigin-RevId: 427981818