Skip to content

Commit

Permalink
feat: [common-protos] public google.api.FieldInfo type and extension (#…
Browse files Browse the repository at this point in the history
…2037)

* chore(deps): Update gapic-generator-java to 2.26.0

PiperOrigin-RevId: 567624307

Source-Link: googleapis/googleapis@2ecf4de

Source-Link: googleapis/googleapis-gen@a5cfbd9
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJhNWNmYmQ5YTA1YjNhMTM0ZTkyODg2MTE0ZGI3NzZmYjMzY2VjOWYyIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore(deps): Update gapic-generator-java to 2.26.0

PiperOrigin-RevId: 567624307

Source-Link: googleapis/googleapis@2ecf4de

Source-Link: googleapis/googleapis-gen@a5cfbd9
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJhNWNmYmQ5YTA1YjNhMTM0ZTkyODg2MTE0ZGI3NzZmYjMzY2VjOWYyIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: refactor BUILD

PiperOrigin-RevId: 570077450

Source-Link: googleapis/googleapis@615270f

Source-Link: googleapis/googleapis-gen@2ab4e3b
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiIyYWI0ZTNiNTM2NmRlNWVhZDY1YTA5NjljZThkYjIxZDA5MTAxYjc4In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: refactor BUILD

PiperOrigin-RevId: 570077450

Source-Link: googleapis/googleapis@615270f

Source-Link: googleapis/googleapis-gen@2ab4e3b
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiIyYWI0ZTNiNTM2NmRlNWVhZDY1YTA5NjljZThkYjIxZDA5MTAxYjc4In0=

* feat: public google.api.FieldInfo type and extension

PiperOrigin-RevId: 570083911

Source-Link: googleapis/googleapis@2ca95f6

Source-Link: googleapis/googleapis-gen@c30822c
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJjMzA4MjJjYWU5YmUwOWFjN2Y4NTRkNmY2NWFiMWQ4Y2RiMDVlN2Q5In0=

* feat: public google.api.FieldInfo type and extension

PiperOrigin-RevId: 570083911

Source-Link: googleapis/googleapis@2ca95f6

Source-Link: googleapis/googleapis-gen@c30822c
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJjMzA4MjJjYWU5YmUwOWFjN2Y4NTRkNmY2NWFiMWQ4Y2RiMDVlN2Q5In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 6, 2023
1 parent 04148ff commit f2b8280
Show file tree
Hide file tree
Showing 7 changed files with 1,166 additions and 6 deletions.
Expand Up @@ -34,7 +34,7 @@ public final class LocationsGrpc {

private LocationsGrpc() {}

public static final String SERVICE_NAME = "google.cloud.location.Locations";
public static final java.lang.String SERVICE_NAME = "google.cloud.location.Locations";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -458,9 +458,9 @@ private static final class LocationsFileDescriptorSupplier
private static final class LocationsMethodDescriptorSupplier
extends LocationsBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

LocationsMethodDescriptorSupplier(String methodName) {
LocationsMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}

Expand Down
Expand Up @@ -39,7 +39,7 @@ public final class OperationsGrpc {

private OperationsGrpc() {}

public static final String SERVICE_NAME = "google.longrunning.Operations";
public static final java.lang.String SERVICE_NAME = "google.longrunning.Operations";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -935,9 +935,9 @@ private static final class OperationsFileDescriptorSupplier
private static final class OperationsMethodDescriptorSupplier
extends OperationsBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

OperationsMethodDescriptorSupplier(String methodName) {
OperationsMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}

Expand Down

0 comments on commit f2b8280

Please sign in to comment.