com.google.shopping.merchant.quota.v1beta.MethodDetailsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-shopping-merchant-quota-v1beta Show documentation
Show all versions of proto-google-shopping-merchant-quota-v1beta Show documentation
Proto library for google-shopping-merchant-quota
The newest version!
/*
* 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/shopping/merchant/quota/v1beta/quota.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.quota.v1beta;
public interface MethodDetailsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.quota.v1beta.MethodDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The name of the method for example `products.list`.
*
*
* string method = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The method.
*/
java.lang.String getMethod();
/**
*
*
*
* Output only. The name of the method for example `products.list`.
*
*
* string method = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for method.
*/
com.google.protobuf.ByteString getMethodBytes();
/**
*
*
*
* Output only. The API version that the method belongs to.
*
*
* string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The version.
*/
java.lang.String getVersion();
/**
*
*
*
* Output only. The API version that the method belongs to.
*
*
* string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for version.
*/
com.google.protobuf.ByteString getVersionBytes();
/**
*
*
*
* Output only. The sub-API that the method belongs to.
*
*
* string subapi = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The subapi.
*/
java.lang.String getSubapi();
/**
*
*
*
* Output only. The sub-API that the method belongs to.
*
*
* string subapi = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for subapi.
*/
com.google.protobuf.ByteString getSubapiBytes();
/**
*
*
*
* Output only. The path for the method such as
* `products/v1/productInputs.insert`
*
*
* string path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The path.
*/
java.lang.String getPath();
/**
*
*
*
* Output only. The path for the method such as
* `products/v1/productInputs.insert`
*
*
* string path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for path.
*/
com.google.protobuf.ByteString getPathBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy