com.google.cloud.retail.v2alpha.LoggingConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-retail-v2alpha Show documentation
Show all versions of proto-google-cloud-retail-v2alpha Show documentation
Proto library for google-cloud-retail
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/retail/v2alpha/project.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.retail.v2alpha;
public interface LoggingConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.retail.v2alpha.LoggingConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Immutable. The name of the LoggingConfig singleton resource.
* Format: projects/*/loggingConfig
*
*
*
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Required. Immutable. The name of the LoggingConfig singleton resource.
* Format: projects/*/loggingConfig
*
*
*
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The log generation rule that applies by default to all services
* supporting log generation. It can be overridden by
* [ServiceLogGenerationRule][google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule]
* for service level control.
*
*
*
* .google.cloud.retail.v2alpha.LoggingConfig.LogGenerationRule default_log_generation_rule = 2;
*
*
* @return Whether the defaultLogGenerationRule field is set.
*/
boolean hasDefaultLogGenerationRule();
/**
*
*
*
* The log generation rule that applies by default to all services
* supporting log generation. It can be overridden by
* [ServiceLogGenerationRule][google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule]
* for service level control.
*
*
*
* .google.cloud.retail.v2alpha.LoggingConfig.LogGenerationRule default_log_generation_rule = 2;
*
*
* @return The defaultLogGenerationRule.
*/
com.google.cloud.retail.v2alpha.LoggingConfig.LogGenerationRule getDefaultLogGenerationRule();
/**
*
*
*
* The log generation rule that applies by default to all services
* supporting log generation. It can be overridden by
* [ServiceLogGenerationRule][google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule]
* for service level control.
*
*
*
* .google.cloud.retail.v2alpha.LoggingConfig.LogGenerationRule default_log_generation_rule = 2;
*
*/
com.google.cloud.retail.v2alpha.LoggingConfig.LogGenerationRuleOrBuilder
getDefaultLogGenerationRuleOrBuilder();
/**
*
*
*
* Controls logging configurations more granularly for each supported
* service.
*
* This overrides the
* [default_log_generation_rule][google.cloud.retail.v2alpha.LoggingConfig.default_log_generation_rule]
* for the services specified. For those not mentioned, they will fallback to
* the default log generation rule.
*
*
*
* repeated .google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule service_log_generation_rules = 4;
*
*/
java.util.List
getServiceLogGenerationRulesList();
/**
*
*
*
* Controls logging configurations more granularly for each supported
* service.
*
* This overrides the
* [default_log_generation_rule][google.cloud.retail.v2alpha.LoggingConfig.default_log_generation_rule]
* for the services specified. For those not mentioned, they will fallback to
* the default log generation rule.
*
*
*
* repeated .google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule service_log_generation_rules = 4;
*
*/
com.google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule
getServiceLogGenerationRules(int index);
/**
*
*
*
* Controls logging configurations more granularly for each supported
* service.
*
* This overrides the
* [default_log_generation_rule][google.cloud.retail.v2alpha.LoggingConfig.default_log_generation_rule]
* for the services specified. For those not mentioned, they will fallback to
* the default log generation rule.
*
*
*
* repeated .google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule service_log_generation_rules = 4;
*
*/
int getServiceLogGenerationRulesCount();
/**
*
*
*
* Controls logging configurations more granularly for each supported
* service.
*
* This overrides the
* [default_log_generation_rule][google.cloud.retail.v2alpha.LoggingConfig.default_log_generation_rule]
* for the services specified. For those not mentioned, they will fallback to
* the default log generation rule.
*
*
*
* repeated .google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule service_log_generation_rules = 4;
*
*/
java.util.List<
? extends com.google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRuleOrBuilder>
getServiceLogGenerationRulesOrBuilderList();
/**
*
*
*
* Controls logging configurations more granularly for each supported
* service.
*
* This overrides the
* [default_log_generation_rule][google.cloud.retail.v2alpha.LoggingConfig.default_log_generation_rule]
* for the services specified. For those not mentioned, they will fallback to
* the default log generation rule.
*
*
*
* repeated .google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRule service_log_generation_rules = 4;
*
*/
com.google.cloud.retail.v2alpha.LoggingConfig.ServiceLogGenerationRuleOrBuilder
getServiceLogGenerationRulesOrBuilder(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy