Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

feat: Add state field in resources #19

Merged
merged 3 commits into from Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -42,8 +42,8 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Service Description: Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity through a simple,
* Service Description: Network Connectivity Center is a hub-and-spoke abstraction for network
* connectivity management in Google Cloud. It reduces operational complexity through a simple,
* centralized connectivity management model.
*
* <p>This class provides the ability to make remote calls to the backing service through method
Expand Down
Expand Up @@ -19,8 +19,8 @@
*
* <p>======================= HubServiceClient =======================
*
* <p>Service Description: Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity through a simple,
* <p>Service Description: Network Connectivity Center is a hub-and-spoke abstraction for network
* connectivity management in Google Cloud. It reduces operational complexity through a simple,
* centralized connectivity management model.
*
* <p>Sample for HubServiceClient:
Expand Down
Expand Up @@ -26,9 +26,10 @@
*
*
* <pre>
* Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity
* through a simple, centralized connectivity management model.
* Network Connectivity Center is a hub-and-spoke abstraction for
* network connectivity management in Google Cloud. It reduces
* operational complexity through a simple, centralized connectivity management
* model.
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -539,9 +540,10 @@ public HubServiceFutureStub newStub(
*
*
* <pre>
* Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity
* through a simple, centralized connectivity management model.
* Network Connectivity Center is a hub-and-spoke abstraction for
* network connectivity management in Google Cloud. It reduces
* operational complexity through a simple, centralized connectivity management
* model.
* </pre>
*/
public abstract static class HubServiceImplBase implements io.grpc.BindableService {
Expand Down Expand Up @@ -755,9 +757,10 @@ public final io.grpc.ServerServiceDefinition bindService() {
*
*
* <pre>
* Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity
* through a simple, centralized connectivity management model.
* Network Connectivity Center is a hub-and-spoke abstraction for
* network connectivity management in Google Cloud. It reduces
* operational complexity through a simple, centralized connectivity management
* model.
* </pre>
*/
public static final class HubServiceStub extends io.grpc.stub.AbstractAsyncStub<HubServiceStub> {
Expand Down Expand Up @@ -926,9 +929,10 @@ public void deleteSpoke(
*
*
* <pre>
* Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity
* through a simple, centralized connectivity management model.
* Network Connectivity Center is a hub-and-spoke abstraction for
* network connectivity management in Google Cloud. It reduces
* operational complexity through a simple, centralized connectivity management
* model.
* </pre>
*/
public static final class HubServiceBlockingStub
Expand Down Expand Up @@ -1068,9 +1072,10 @@ public com.google.longrunning.Operation deleteSpoke(
*
*
* <pre>
* Connectivity Hub is a hub-and-spoke abstraction for network connectivity
* management in Google Cloud. The Hub aims to reduce operational complexity
* through a simple, centralized connectivity management model.
* Network Connectivity Center is a hub-and-spoke abstraction for
* network connectivity management in Google Cloud. It reduces
* operational complexity through a simple, centralized connectivity management
* model.
* </pre>
*/
public static final class HubServiceFutureStub
Expand Down
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<!-- TODO: remove after next major version is released -->
<differences>
<difference>
<className>
com/google/cloud/networkconnectivity/v1alpha1/HubOrBuilder
</className>
<differenceType>7012</differenceType>
<method>* getState()</method>
</difference>
<difference>
<className>
com/google/cloud/networkconnectivity/v1alpha1/HubOrBuilder
</className>
<differenceType>7012</differenceType>
<method>* getStateValue()</method>
</difference>

<difference>
<className>
com/google/cloud/networkconnectivity/v1alpha1/SpokeOrBuilder
</className>
<differenceType>7012</differenceType>
<method>* getState()</method>
</difference>
<difference>
<className>
com/google/cloud/networkconnectivity/v1alpha1/SpokeOrBuilder
</className>
<differenceType>7012</differenceType>
<method>* getStateValue()</method>
</difference>
</differences>