Skip to content

Commit

Permalink
feat: Run the code generator (#189)
Browse files Browse the repository at this point in the history
* feat: Run the code generator (b33ecba)

* feat: Run the code generator (b33ecba)

---------

Co-authored-by: Averi Kitsch <akitsch@google.com>
  • Loading branch information
yoshi-code-bot and averikitsch committed May 22, 2023
1 parent f7937c7 commit 8e767db
Show file tree
Hide file tree
Showing 107 changed files with 166,968 additions and 0 deletions.
15,181 changes: 15,181 additions & 0 deletions google-cloudevent-types/src/main/java/com/google/events/cloud/dataplex/v1/Asset.java

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

public interface AssetEventDataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.events.cloud.dataplex.v1.AssetEventData)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Optional. The Asset event payload. Unset for deletion events.
* </pre>
*
* <code>optional .google.events.cloud.dataplex.v1.Asset payload = 1;</code>
*
* @return Whether the payload field is set.
*/
boolean hasPayload();
/**
*
*
* <pre>
* Optional. The Asset event payload. Unset for deletion events.
* </pre>
*
* <code>optional .google.events.cloud.dataplex.v1.Asset payload = 1;</code>
*
* @return The payload.
*/
com.google.events.cloud.dataplex.v1.Asset getPayload();
/**
*
*
* <pre>
* Optional. The Asset event payload. Unset for deletion events.
* </pre>
*
* <code>optional .google.events.cloud.dataplex.v1.Asset payload = 1;</code>
*/
com.google.events.cloud.dataplex.v1.AssetOrBuilder getPayloadOrBuilder();
}

0 comments on commit 8e767db

Please sign in to comment.