Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 15, 2023
1 parent 5cee57d commit 80ff06e
Show file tree
Hide file tree
Showing 45 changed files with 2,558 additions and 1,600 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.google.api.gax.rpc.ApiClientHeaderProvider;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.devtools.cloudprofiler.v2.stub.ProfilerServiceStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,51 +1,80 @@
/*
* 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/devtools/cloudprofiler/v2/profiler.proto

package com.google.devtools.cloudprofiler.v2;

public interface CreateOfflineProfileRequestOrBuilder extends
public interface CreateOfflineProfileRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.devtools.cloudprofiler.v2.CreateOfflineProfileRequest)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Parent project to create the profile in.
* </pre>
*
* <code>string parent = 1 [(.google.api.resource_reference) = { ... }</code>
*
* @return The parent.
*/
java.lang.String getParent();
/**
*
*
* <pre>
* Parent project to create the profile in.
* </pre>
*
* <code>string parent = 1 [(.google.api.resource_reference) = { ... }</code>
*
* @return The bytes for parent.
*/
com.google.protobuf.ByteString
getParentBytes();
com.google.protobuf.ByteString getParentBytes();

/**
*
*
* <pre>
* Contents of the profile to create.
* </pre>
*
* <code>.google.devtools.cloudprofiler.v2.Profile profile = 2;</code>
*
* @return Whether the profile field is set.
*/
boolean hasProfile();
/**
*
*
* <pre>
* Contents of the profile to create.
* </pre>
*
* <code>.google.devtools.cloudprofiler.v2.Profile profile = 2;</code>
*
* @return The profile.
*/
com.google.devtools.cloudprofiler.v2.Profile getProfile();
/**
*
*
* <pre>
* Contents of the profile to create.
* </pre>
Expand Down
Loading

0 comments on commit 80ff06e

Please sign in to comment.