-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
- Loading branch information
1 parent
7ad475b
commit 74209bf
Showing
105 changed files
with
7,615 additions
and
4,651 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
455 changes: 302 additions & 153 deletions
455
...ies/v1beta/LocalInventoryServiceGrpc.java → ...ies/v1beta/LocalInventoryServiceGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
728 changes: 728 additions & 0 deletions
728
...in/java/com/google/shopping/merchant/inventories/v1beta/RegionalInventoryServiceGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
445 changes: 265 additions & 180 deletions
445
...s/v1beta/DeleteLocalInventoryRequest.java → ...s/v1beta/DeleteLocalInventoryRequest.java
Large diffs are not rendered by default.
Oops, something went wrong.
58 changes: 58 additions & 0 deletions
58
...com/google/shopping/merchant/inventories/v1beta/DeleteLocalInventoryRequestOrBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/* | ||
* Copyright 2023 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/inventories/v1beta/localinventory.proto | ||
|
||
package com.google.shopping.merchant.inventories.v1beta; | ||
|
||
public interface DeleteLocalInventoryRequestOrBuilder | ||
extends | ||
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.inventories.v1beta.DeleteLocalInventoryRequest) | ||
com.google.protobuf.MessageOrBuilder { | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* Required. The name of the local inventory for the given product to delete. | ||
* Format: | ||
* `accounts/{account}/products/{product}/localInventories/{store_code}` | ||
* </pre> | ||
* | ||
* <code> | ||
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } | ||
* </code> | ||
* | ||
* @return The name. | ||
*/ | ||
java.lang.String getName(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Required. The name of the local inventory for the given product to delete. | ||
* Format: | ||
* `accounts/{account}/products/{product}/localInventories/{store_code}` | ||
* </pre> | ||
* | ||
* <code> | ||
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } | ||
* </code> | ||
* | ||
* @return The bytes for name. | ||
*/ | ||
com.google.protobuf.ByteString getNameBytes(); | ||
} |
Oops, something went wrong.