Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove @generated annotations
  • Loading branch information
Neenu1995 committed Oct 14, 2021
commit f61a4dbadb824b8dab2c3a74bc5bc557d768650b
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@Generated("by gapic-generator-java")

@BetaApi
public class OperationsClient implements BackgroundResource {
private final OperationsSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
* OperationsSettings operationsSettings = operationsSettingsBuilder.build();
* }</pre>
*/
@Generated("by gapic-generator-java")

@BetaApi
public class OperationsSettings extends ClientSettings<OperationsSettings> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator-java")

@BetaApi
public class HttpJsonOperationsCallableFactory
implements HttpJsonStubCallableFactory<ApiMessage, BackgroundResource> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public class HttpJsonOperationsStub extends OperationsStub {
private static final ApiMethodDescriptor<ListOperationsRequest, ListOperationsResponse>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")

@BetaApi
public abstract class OperationsStub implements BackgroundResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
* OperationsStubSettings operationsSettings = operationsSettingsBuilder.build();
* }</pre>
*/
@Generated("by gapic-generator-java")

@BetaApi
public class OperationsStubSettings extends StubSettings<OperationsStubSettings> {
/** The default scopes of the service. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import org.junit.BeforeClass;
import org.junit.Test;

@Generated("by gapic-generator-java")

public class OperationsClientTest {
private static MockHttpService mockService;
private static OperationsClient client;
Expand Down