Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74209bf

Browse filesBrowse files
1 parent 7ad475b commit 74209bf
Copy full SHA for 74209bf

File tree

Expand file treeCollapse file tree

105 files changed

+7615
-4651
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

105 files changed

+7615
-4651
lines changed
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import com.google.api.gax.rpc.ClientContext;
2929
import com.google.api.gax.rpc.ClientSettings;
3030
import com.google.api.gax.rpc.PagedCallSettings;
31-
import com.google.api.gax.rpc.StubSettings;
3231
import com.google.api.gax.rpc.TransportChannelProvider;
3332
import com.google.api.gax.rpc.UnaryCallSettings;
3433
import com.google.protobuf.Empty;
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import com.google.api.gax.rpc.ClientContext;
2929
import com.google.api.gax.rpc.ClientSettings;
3030
import com.google.api.gax.rpc.PagedCallSettings;
31-
import com.google.api.gax.rpc.StubSettings;
3231
import com.google.api.gax.rpc.TransportChannelProvider;
3332
import com.google.api.gax.rpc.UnaryCallSettings;
3433
import com.google.protobuf.Empty;
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import io.grpc.MethodDescriptor;
3737
import io.grpc.protobuf.ProtoUtils;
3838
import java.io.IOException;
39-
import java.util.Map;
4039
import java.util.concurrent.TimeUnit;
4140
import javax.annotation.Generated;
4241

Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import io.grpc.MethodDescriptor;
3737
import io.grpc.protobuf.ProtoUtils;
3838
import java.io.IOException;
39-
import java.util.Map;
4039
import java.util.concurrent.TimeUnit;
4140
import javax.annotation.Generated;
4241

+302-153Lines changed: 302 additions & 153 deletions
Large diffs are not rendered by default.

‎java-shopping-merchant-inventories/grpc-google-shopping-merchant-inventories-v1beta/src/main/java/com/google/shopping/merchant/inventories/v1beta/RegionalInventoryServiceGrpc.java

Copy file name to clipboardExpand all lines: java-shopping-merchant-inventories/grpc-google-shopping-merchant-inventories-v1beta/src/main/java/com/google/shopping/merchant/inventories/v1beta/RegionalInventoryServiceGrpc.java
+728Lines changed: 728 additions & 0 deletions
Large diffs are not rendered by default.
+265-180Lines changed: 265 additions & 180 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*
2+
* Copyright 2023 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
// Generated by the protocol buffer compiler. DO NOT EDIT!
17+
// source: google/shopping/merchant/inventories/v1beta/localinventory.proto
18+
19+
package com.google.shopping.merchant.inventories.v1beta;
20+
21+
public interface DeleteLocalInventoryRequestOrBuilder
22+
extends
23+
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.inventories.v1beta.DeleteLocalInventoryRequest)
24+
com.google.protobuf.MessageOrBuilder {
25+
26+
/**
27+
*
28+
*
29+
* <pre>
30+
* Required. The name of the local inventory for the given product to delete.
31+
* Format:
32+
* `accounts/{account}/products/{product}/localInventories/{store_code}`
33+
* </pre>
34+
*
35+
* <code>
36+
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
37+
* </code>
38+
*
39+
* @return The name.
40+
*/
41+
java.lang.String getName();
42+
/**
43+
*
44+
*
45+
* <pre>
46+
* Required. The name of the local inventory for the given product to delete.
47+
* Format:
48+
* `accounts/{account}/products/{product}/localInventories/{store_code}`
49+
* </pre>
50+
*
51+
* <code>
52+
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
53+
* </code>
54+
*
55+
* @return The bytes for name.
56+
*/
57+
com.google.protobuf.ByteString getNameBytes();
58+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.