File tree 7 files changed +0
-8
lines changed
main/java/com/example/asset
test/java/com/example/asset
7 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
// [START asset_quickstart_delete_feed]
20
20
import com .google .cloud .asset .v1 .AssetServiceClient ;
21
- import com .google .cloud .asset .v1 .Feed ;
22
- import java .util .Arrays ;
23
21
24
22
public class DeleteFeedExample {
25
23
Original file line number Diff line number Diff line change 19
19
// [START asset_quickstart_get_feed]
20
20
import com .google .cloud .asset .v1 .AssetServiceClient ;
21
21
import com .google .cloud .asset .v1 .Feed ;
22
- import java .util .Arrays ;
23
22
24
23
public class GetFeedExample {
25
24
Original file line number Diff line number Diff line change 19
19
// [START asset_quickstart_list_assets]
20
20
// Imports the Google Cloud client library
21
21
22
- import com .google .cloud .ServiceOptions ;
23
22
import com .google .cloud .asset .v1 .ProjectName ;
24
23
import com .google .cloud .asset .v1p5beta1 .AssetServiceClient ;
25
24
import com .google .cloud .asset .v1p5beta1 .AssetServiceClient .ListAssetsPagedResponse ;
Original file line number Diff line number Diff line change 20
20
import com .google .cloud .asset .v1 .AssetServiceClient ;
21
21
import com .google .cloud .asset .v1 .ListFeedsResponse ;
22
22
import com .google .cloud .asset .v1 .ProjectName ;
23
- import java .util .Arrays ;
24
23
25
24
public class ListFeedsExample {
26
25
// List feeds in a project.
Original file line number Diff line number Diff line change 23
23
import com .google .cloud .asset .v1 .PubsubDestination ;
24
24
import com .google .cloud .asset .v1 .UpdateFeedRequest ;
25
25
import com .google .protobuf .FieldMask ;
26
- import java .util .Arrays ;
27
26
28
27
public class UpdateFeedExample {
29
28
Original file line number Diff line number Diff line change 22
22
import com .google .cloud .asset .v1p5beta1 .ContentType ;
23
23
import java .io .ByteArrayOutputStream ;
24
24
import java .io .PrintStream ;
25
- import java .util .UUID ;
26
25
import org .junit .After ;
27
26
import org .junit .Before ;
28
27
import org .junit .Test ;
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
- import com .google .cloud .ServiceOptions ;
22
21
import com .google .cloud .pubsub .v1 .TopicAdminClient ;
23
22
import com .google .cloud .resourcemanager .ProjectInfo ;
24
23
import com .google .cloud .resourcemanager .ResourceManager ;
You can’t perform that action at this time.
0 commit comments