type: com.google.api.codegen.ConfigProto config_schema_version: 2.0.0 # The settings of generated code in a specific language. language_settings: java: package_name: com.google.cloud.osconfig.agentendpoint.v1beta python: package_name: google.cloud.osconfig.agentendpoint_v1beta.gapic go: package_name: cloud.google.com/go/osconfig/agentendpoint/apiv1beta csharp: package_name: Google.Cloud.OsConfig.Agentendpoint.V1beta ruby: package_name: Google::Cloud::OsConfig::Agentendpoint::V1beta php: package_name: Google\Cloud\OsConfig\Agentendpoint\V1beta nodejs: package_name: agentendpoint.v1beta # A list of API interface configurations. interfaces: # The fully qualified name of the API interface. - name: google.cloud.osconfig.agentendpoint.v1beta.AgentEndpointService # A list of method configurations. # Common properties: # # name - The simple name of the method. # # retry_codes_name - Specifies the configuration for retryable codes. The # name must be defined in interfaces.retry_codes_def. methods: - name: ReceiveTaskNotification retry_codes_name: idempotent - name: StartNextTask retry_codes_name: idempotent - name: ReportTaskProgress retry_codes_name: idempotent - name: ReportTaskComplete retry_codes_name: idempotent - name: LookupEffectiveGuestPolicy retry_codes_name: idempotent - name: RegisterAgent retry_codes_name: idempotent