com.google.shopping.css.v1.UpdateAccountLabelsRequestOrBuilder Maven / Gradle / Ivy
/*
* 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.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.css.v1;
public interface UpdateAccountLabelsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.css.v1.UpdateAccountLabelsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. The label resource name.
* Format: accounts/{account}
*
*
*
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Required. The label resource name.
* Format: accounts/{account}
*
*
*
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The list of label IDs to overwrite the existing account label IDs.
* If the list is empty, all currently assigned label IDs will be deleted.
*
*
* repeated int64 label_ids = 2;
*
* @return A list containing the labelIds.
*/
java.util.List getLabelIdsList();
/**
*
*
*
* The list of label IDs to overwrite the existing account label IDs.
* If the list is empty, all currently assigned label IDs will be deleted.
*
*
* repeated int64 label_ids = 2;
*
* @return The count of labelIds.
*/
int getLabelIdsCount();
/**
*
*
*
* The list of label IDs to overwrite the existing account label IDs.
* If the list is empty, all currently assigned label IDs will be deleted.
*
*
* repeated int64 label_ids = 2;
*
* @param index The index of the element to return.
* @return The labelIds at the given index.
*/
long getLabelIds(int index);
/**
*
*
*
* Optional. Only required when updating MC account labels.
* The CSS domain that is the parent resource of the MC account.
* Format: accounts/{account}
*
*
*
* optional string parent = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @return Whether the parent field is set.
*/
boolean hasParent();
/**
*
*
*
* Optional. Only required when updating MC account labels.
* The CSS domain that is the parent resource of the MC account.
* Format: accounts/{account}
*
*
*
* optional string parent = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @return The parent.
*/
java.lang.String getParent();
/**
*
*
*
* Optional. Only required when updating MC account labels.
* The CSS domain that is the parent resource of the MC account.
* Format: accounts/{account}
*
*
*
* optional string parent = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for parent.
*/
com.google.protobuf.ByteString getParentBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy