com.google.shopping.css.v1.AccountLabelOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-shopping-css-v1 Show documentation
Show all versions of proto-google-shopping-css-v1 Show documentation
Proto library for google-shopping-css
/*
* 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/css/v1/accounts_labels.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.css.v1;
public interface AccountLabelOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.css.v1.AccountLabel)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The resource name of the label.
* Format: accounts/{account}/labels/{label}
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The resource name of the label.
* Format: accounts/{account}/labels/{label}
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. The ID of the label.
*
*
* int64 label_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The labelId.
*/
long getLabelId();
/**
*
*
*
* Output only. The ID of account this label belongs to.
*
*
* int64 account_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The accountId.
*/
long getAccountId();
/**
*
*
*
* The display name of this label.
*
*
* optional string display_name = 4;
*
* @return Whether the displayName field is set.
*/
boolean hasDisplayName();
/**
*
*
*
* The display name of this label.
*
*
* optional string display_name = 4;
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* The display name of this label.
*
*
* optional string display_name = 4;
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* The description of this label.
*
*
* optional string description = 5;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* The description of this label.
*
*
* optional string description = 5;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* The description of this label.
*
*
* optional string description = 5;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* Output only. The type of this label.
*
*
*
* .google.shopping.css.v1.AccountLabel.LabelType label_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for labelType.
*/
int getLabelTypeValue();
/**
*
*
*
* Output only. The type of this label.
*
*
*
* .google.shopping.css.v1.AccountLabel.LabelType label_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The labelType.
*/
com.google.shopping.css.v1.AccountLabel.LabelType getLabelType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy