Skip to content

Commit

Permalink
feat: Run the code generator (69af590)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jun 4, 2023
1 parent ec65a10 commit 7d38d00
Show file tree
Hide file tree
Showing 61 changed files with 39,298 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/*
* 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/events/cloud/gkehub/v1/data.proto

package com.google.events.cloud.gkehub.v1;

public interface ApplianceClusterOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.events.cloud.gkehub.v1.ApplianceCluster)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Immutable. Self-link of the GCP resource for the Appliance Cluster. For
* example:
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
* </pre>
*
* <code>string resource_link = 1;</code>
*
* @return The resourceLink.
*/
java.lang.String getResourceLink();
/**
*
*
* <pre>
* Immutable. Self-link of the GCP resource for the Appliance Cluster. For
* example:
* //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
* </pre>
*
* <code>string resource_link = 1;</code>
*
* @return The bytes for resourceLink.
*/
com.google.protobuf.ByteString getResourceLinkBytes();
}
Loading

0 comments on commit 7d38d00

Please sign in to comment.