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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#54)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/85ff6015-d55c-4478-8392-d9259b8d2bde/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 189521a commit bcece47
Show file tree
Hide file tree
Showing 8 changed files with 307 additions and 3 deletions.
5 changes: 5 additions & 0 deletions proto-google-cloud-channel-v1/clirr-ignored-differences.xml
Expand Up @@ -51,4 +51,9 @@
<differenceType>6011</differenceType>
<field>*_FIELD_NUMBER</field>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/channel/v1/*OrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -202,6 +202,20 @@ public TransferredCustomerIdentityCase getTransferredCustomerIdentityCase() {
}

public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER = 4;
/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
public boolean hasCloudIdentityId() {
return transferredCustomerIdentityCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -258,6 +272,21 @@ public com.google.protobuf.ByteString getCloudIdentityIdBytes() {
}

public static final int CUSTOMER_NAME_FIELD_NUMBER = 5;
/**
*
*
* <pre>
* A reseller should create a customer and use the resource name of
* the created customer here.
* </pre>
*
* <code>string customer_name = 5;</code>
*
* @return Whether the customerName field is set.
*/
public boolean hasCustomerName() {
return transferredCustomerIdentityCase_ == 5;
}
/**
*
*
Expand Down Expand Up @@ -1004,6 +1033,21 @@ public Builder clearTransferredCustomerIdentity() {
return this;
}

/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
@java.lang.Override
public boolean hasCloudIdentityId() {
return transferredCustomerIdentityCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -1123,6 +1167,22 @@ public Builder setCloudIdentityIdBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* A reseller should create a customer and use the resource name of
* the created customer here.
* </pre>
*
* <code>string customer_name = 5;</code>
*
* @return Whether the customerName field is set.
*/
@java.lang.Override
public boolean hasCustomerName() {
return transferredCustomerIdentityCase_ == 5;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface ListTransferableOffersRequestOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.ListTransferableOffersRequest)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
boolean hasCloudIdentityId();
/**
*
*
Expand All @@ -48,6 +60,19 @@ public interface ListTransferableOffersRequestOrBuilder
*/
com.google.protobuf.ByteString getCloudIdentityIdBytes();

/**
*
*
* <pre>
* A reseller should create a customer and use the resource name of
* the created customer here.
* </pre>
*
* <code>string customer_name = 5;</code>
*
* @return Whether the customerName field is set.
*/
boolean hasCustomerName();
/**
*
*
Expand Down
Expand Up @@ -202,6 +202,20 @@ public TransferredCustomerIdentityCase getTransferredCustomerIdentityCase() {
}

public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER = 4;
/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
public boolean hasCloudIdentityId() {
return transferredCustomerIdentityCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -258,6 +272,23 @@ public com.google.protobuf.ByteString getCloudIdentityIdBytes() {
}

public static final int CUSTOMER_NAME_FIELD_NUMBER = 7;
/**
*
*
* <pre>
* A reseller is required to create a customer and use the resource name of
* the created customer here.
* The customer_name takes the format:
* accounts/{account_id}/customers/{customer_id}
* </pre>
*
* <code>string customer_name = 7;</code>
*
* @return Whether the customerName field is set.
*/
public boolean hasCustomerName() {
return transferredCustomerIdentityCase_ == 7;
}
/**
*
*
Expand Down Expand Up @@ -1023,6 +1054,21 @@ public Builder clearTransferredCustomerIdentity() {
return this;
}

/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
@java.lang.Override
public boolean hasCloudIdentityId() {
return transferredCustomerIdentityCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -1142,6 +1188,24 @@ public Builder setCloudIdentityIdBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* A reseller is required to create a customer and use the resource name of
* the created customer here.
* The customer_name takes the format:
* accounts/{account_id}/customers/{customer_id}
* </pre>
*
* <code>string customer_name = 7;</code>
*
* @return Whether the customerName field is set.
*/
@java.lang.Override
public boolean hasCustomerName() {
return transferredCustomerIdentityCase_ == 7;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface ListTransferableSkusRequestOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.ListTransferableSkusRequest)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Customer's Cloud Identity ID
* </pre>
*
* <code>string cloud_identity_id = 4;</code>
*
* @return Whether the cloudIdentityId field is set.
*/
boolean hasCloudIdentityId();
/**
*
*
Expand All @@ -48,6 +60,21 @@ public interface ListTransferableSkusRequestOrBuilder
*/
com.google.protobuf.ByteString getCloudIdentityIdBytes();

/**
*
*
* <pre>
* A reseller is required to create a customer and use the resource name of
* the created customer here.
* The customer_name takes the format:
* accounts/{account_id}/customers/{customer_id}
* </pre>
*
* <code>string customer_name = 7;</code>
*
* @return Whether the customerName field is set.
*/
boolean hasCustomerName();
/**
*
*
Expand Down
Expand Up @@ -189,6 +189,21 @@ public KindCase getKindCase() {
}

public static final int INT64_VALUE_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Represents an int64 value.
* </pre>
*
* <code>int64 int64_value = 1;</code>
*
* @return Whether the int64Value field is set.
*/
@java.lang.Override
public boolean hasInt64Value() {
return kindCase_ == 1;
}
/**
*
*
Expand All @@ -209,6 +224,20 @@ public long getInt64Value() {
}

public static final int STRING_VALUE_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* Represents a string value.
* </pre>
*
* <code>string string_value = 2;</code>
*
* @return Whether the stringValue field is set.
*/
public boolean hasStringValue() {
return kindCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -265,6 +294,21 @@ public com.google.protobuf.ByteString getStringValueBytes() {
}

public static final int DOUBLE_VALUE_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* Represents a double value.
* </pre>
*
* <code>double double_value = 3;</code>
*
* @return Whether the doubleValue field is set.
*/
@java.lang.Override
public boolean hasDoubleValue() {
return kindCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -764,6 +808,20 @@ public Builder clearKind() {
return this;
}

/**
*
*
* <pre>
* Represents an int64 value.
* </pre>
*
* <code>int64 int64_value = 1;</code>
*
* @return Whether the int64Value field is set.
*/
public boolean hasInt64Value() {
return kindCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -819,6 +877,21 @@ public Builder clearInt64Value() {
return this;
}

/**
*
*
* <pre>
* Represents a string value.
* </pre>
*
* <code>string string_value = 2;</code>
*
* @return Whether the stringValue field is set.
*/
@java.lang.Override
public boolean hasStringValue() {
return kindCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -938,6 +1011,20 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* Represents a double value.
* </pre>
*
* <code>double double_value = 3;</code>
*
* @return Whether the doubleValue field is set.
*/
public boolean hasDoubleValue() {
return kindCase_ == 3;
}
/**
*
*
Expand Down

0 comments on commit bcece47

Please sign in to comment.