docs: A comment for message `Inventory` is changed
docs: A comment for field `enforce` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for service `AgentEndpointService` is changed
docs: A comment for message `OSPolicyResourceConfigStep` is changed
docs: A comment for message `OSPolicy` is changed
docs: A comment for message `PatchConfig` is changed
docs: A comment for enum `TaskDirective` is changed
docs: A comment for message `ExecResource` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `DEFINITION` in enum `Classification` is changed
docs: A comment for field `DESIRED_STATE_ENFORCEMENT` in enum `Type` is changed
docs: A comment for field `DESIRED_STATE_CHECK_POST_ENFORCEMENT` in enum `Type` is changed
PiperOrigin-RevId: 862617642
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: 808289479
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
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
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.
Also change Ads BAZEL template to reflect the change in default rule names.
Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).
PiperOrigin-RevId: 346227314